#DCE8F6

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

Shades of Solitude #DCE8F6

Tints of Solitude #DCE8F6

Color information

#DCE8F6 (or 0xDCE8F6) is unknown color: approx Solitude. HEX triplet: DC, E8 and F6. RGB value is (220,232,246). Sum of RGB (Red+Green+Blue) = 220+232+246=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8F6 is #231709. Grayscale: #E5E5E5. Windows color (decimal): -2299658 or 16181468. OLE color: 16181468.

HSL color Cylindrical-coordinate representation of color #DCE8F6: hue angle of 212.31º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE8F6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220232246-
CMYK0.110.0600.04
HSL212.31º59.09%91.37%-
HSV(B)212.31º10.57%96.47%-
XYZ75.0179.5898.6-
YUV230.01137.02120.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 232 (91.02% from 255) = 33.24%
BLUE value IS 246 (96.48% from 255) = 35.24%
R=31.52%
G=33.24%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202322460.110.0600.04212.3159.0991.37
HexDCE8F6B604d43b5b
Octal3343503661360432473133
Binary11011100111010001111011010111100100110101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8F6; }

 p { color: rgb(220,232,246); }

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

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

 a { background-color: rgb(220,232,246); }

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

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

 span { border-color: rgb(220,232,246); }

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