#DCE6FD

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

Shades of Solitude #DCE6FD

Tints of Solitude #DCE6FD

Color information

#DCE6FD (or 0xDCE6FD) is unknown color: approx Solitude. HEX triplet: DC, E6 and FD. RGB value is (220,230,253). Sum of RGB (Red+Green+Blue) = 220+230+253=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6FD is #231902. Grayscale: #E5E5E5. Windows color (decimal): -2300163 or 16639708. OLE color: 16639708.

HSL color Cylindrical-coordinate representation of color #DCE6FD: hue angle of 221.82º 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 #DCE6FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220230253-
CMYK0.130.0900.01
HSL221.82º89.19%92.75%-
HSV(B)221.82º13.04%99.22%-
XYZ75.5478.9104.18-
YUV229.63141.19121.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 230 (90.23% from 255) = 32.72%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=31.29%
G=32.72%
B=35.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202302530.130.0900.01221.8289.1992.75
HexDCE6FDD901de595d
Octal334346375151101336131135
Binary11011100111001101111110111011001011101111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6FD; }

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

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

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

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

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

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

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

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