#DCE5F3

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

Shades of Solitude #DCE5F3

Tints of Solitude #DCE5F3

Color information

#DCE5F3 (or 0xDCE5F3) is unknown color: approx Solitude. HEX triplet: DC, E5 and F3. RGB value is (220,229,243). Sum of RGB (Red+Green+Blue) = 220+229+243=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCE5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F3 is #231A0C. Grayscale: #E3E3E3. Windows color (decimal): -2300429 or 15984092. OLE color: 15984092.

HSL color Cylindrical-coordinate representation of color #DCE5F3: hue angle of 216.52º degrees, saturation: 0.49, 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 #DCE5F3 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220229243-
CMYK0.090.0600.05
HSL216.52º48.94%90.78%-
HSV(B)216.52º9.47%95.29%-
XYZ73.7177.7395.91-
YUV227.9136.52122.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 229 (89.84% from 255) = 33.09%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=31.79%
G=33.09%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202292430.090.0600.05216.5248.9490.78
HexDCE5F39605d9315b
Octal3343453631160533161133
Binary11011100111001011111001110011100101110110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5F3; }

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

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

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

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

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

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

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

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