#DCE5FF

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

Shades of Solitude #DCE5FF

Tints of Solitude #DCE5FF

Color information

#DCE5FF (or 0xDCE5FF) is unknown color: approx Solitude. HEX triplet: DC, E5 and FF. RGB value is (220,229,255). Sum of RGB (Red+Green+Blue) = 220+229+255=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5FF is #231A00. Grayscale: #E5E5E5. Windows color (decimal): -2300417 or 16770524. OLE color: 16770524.

HSL color Cylindrical-coordinate representation of color #DCE5FF: hue angle of 224.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE5FF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220229255-
CMYK0.140.1000
HSL224.57º100%93.14%-
HSV(B)224.57º13.73%100%-
XYZ75.5878.47105.77-
YUV229.27142.52121.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 255 (100% from 255) = 36.22%
R=31.25%
G=32.53%
B=36.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202292550.140.1000224.5710093.14
HexDCE5FFEA00e1645d
Octal334345377161200341144135
Binary11011100111001011111111111101010001110000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5FF; }

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

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

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

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

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

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

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

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