#DCE9FD

Color #DCE9FD Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #DCE9FD

Tints of Solitude #DCE9FD

Color information

#DCE9FD (or 0xDCE9FD) is unknown color: approx Solitude. HEX triplet: DC, E9 and FD. RGB value is (220,233,253). Sum of RGB (Red+Green+Blue) = 220+233+253=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9FD is #231602. Grayscale: #E7E7E7. Windows color (decimal): -2299395 or 16640476. OLE color: 16640476.

HSL color Cylindrical-coordinate representation of color #DCE9FD: hue angle of 216.36º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE9FD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220233253-
CMYK0.130.0800.01
HSL216.36º89.19%92.75%-
HSV(B)216.36º13.04%99.22%-
XYZ76.3880.59104.46-
YUV231.39140.19119.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 31.16%
GREEN value IS 233 (91.41% from 255) = 33.00%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=31.16%
G=33.00%
B=35.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202332530.130.0800.01216.3689.1992.75
HexDCE9FDD801d8595d
Octal334351375151001330131135
Binary11011100111010011111110111011000011101100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9FD; }

 p { color: rgb(220,233,253); }

 H1.HeaderClassName
 {
   color: #DCE9FD;
 }
 .AnyTagClassName
 {
   color: #DCE9FD;
 }
</style>
background-color css

<style>
 a { background-color: #DCE9FD; }

 a { background-color: rgb(220,233,253); }

 div.DivClassName
 {
   background-color: #DCE9FD;
 }
 .BgClassName
 {
   background-color: #DCE9FD;
 }
</style>
border-color css

<style>
 span { border-color: #DCE9FD; }

 span { border-color: rgb(220,233,253); }

 td.TdClassName
 {
   border-color: #DCE9FD;
 }
 .TagClassName
 {
   border-color: #DCE9FD;
 }
</style>