#DCE5F2

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

Shades of Solitude #DCE5F2

Tints of Solitude #DCE5F2

Color information

#DCE5F2 (or 0xDCE5F2) is unknown color: approx Solitude. HEX triplet: DC, E5 and F2. RGB value is (220,229,242). Sum of RGB (Red+Green+Blue) = 220+229+242=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F2 is #231A0D. Grayscale: #E3E3E3. Windows color (decimal): -2300430 or 15918556. OLE color: 15918556.

HSL color Cylindrical-coordinate representation of color #DCE5F2: hue angle of 215.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE5F2 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220229242-
CMYK0.090.0500.05
HSL215.45º45.83%90.59%-
HSV(B)215.45º9.09%94.9%-
XYZ73.5677.6795.12-
YUV227.79136.02122.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 242 (94.92% from 255) = 35.02%
R=31.84%
G=33.14%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202292420.090.0500.05215.4545.8390.59
HexDCE5F29505d72e5b
Octal3343453621150532756133
Binary11011100111001011111001010011010101110101111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5F2; }

 p { color: rgb(220,229,242); }

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

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

 a { background-color: rgb(220,229,242); }

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

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

 span { border-color: rgb(220,229,242); }

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