Color Hex Logo

#d3ccfd Color Hex

#D3CCFD
(211,204,253)
0 Favorites   0 Comments

Color spaces of #d3ccfd

RGB 211204253
HSL0.690.920.90
HSV249°19°99°
CMYK 0.170.190.00   0.01
XYZ66.186564.1265101.8177
Yxy64.12650.28510.2763
Hunter Lab80.07907.3946-19.3299
CIE-Lab84.031612.0095-23.1087

#d3ccfd color RGB value is (211,204,253).

#d3ccfd hex color red value is 211, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d3ccfd hue: 0.69 , saturation: 0.92 and the lightness value of d3ccfd is 0.90.

The process color (four color CMYK) of #d3ccfd color hex is 0.17, 0.19, 0.00, 0.01. Web safe color of #d3ccfd is #ccccff. Color #d3ccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001100 11111101
Octal 323 314 375
Decimal 211 204 253
Hex D3 CC FD

RGB Percentages of Color #d3ccfd

%31.59
%30.54
%37.87

CMYK Percentages of Color #d3ccfd

%17
%19
%0
%1

Triadic Colors of #d3ccfd

#d3ccfd #fdd3cc #ccfdd3

Analogous Colors of #d3ccfd

#d3ccfd #ecccfd #ccdefd

Monochromatic Colors of #d3ccfd

#d3ccfd

Complementary Color

#d3ccfd #f6fdcc

#d3ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ccfd Color CSS Codes

.mybgcolor {background-color:#d3ccfd; } 
.myforecolor {color:#d3ccfd; }
.mybordercolor {border:3px solid #d3ccfd; }

#d3ccfd Text Font Color

<p style="color:#d3ccfd">Text here</p>

This sample text font color is #d3ccfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d3ccfd Background Color

<div style="background-color:#d3ccfd">
Div content here</div>

This div background color is #d3ccfd


#d3ccfd Border Color

<div style="border:3px solid #d3ccfd">
Div here</div>

This div border color is #d3ccfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,204,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3ccfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3ccfd;
  -webkit-box-shadow: 1px 1px 3px 2px #d3ccfd;
  box-shadow:         1px 1px 3px 2px #d3ccfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,204,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d3ccfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d3ccfd;
  -webkit-box-shadow: 1px 1px 3px 2px #d3ccfd;
  box-shadow:         1px 1px 3px 2px #d3ccfd;">
Div content here</div>

This div box has shadow with color #d3ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.