#DCE5FC

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

Shades of Solitude #DCE5FC

Tints of Solitude #DCE5FC

Color information

#DCE5FC (or 0xDCE5FC) is unknown color: approx Solitude. HEX triplet: DC, E5 and FC. RGB value is (220,229,252). Sum of RGB (Red+Green+Blue) = 220+229+252=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5FC is #231A03. Grayscale: #E4E4E4. Windows color (decimal): -2300420 or 16573916. OLE color: 16573916.

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

Color convert

RGB220229252-
CMYK0.130.0900.01
HSL223.12º84.21%92.55%-
HSV(B)223.12º12.7%98.82%-
XYZ75.1178.28103.25-
YUV228.93141.02121.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=31.38%
G=32.67%
B=35.95%

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
Decimal2202292520.130.0900.01223.1284.2192.55
HexDCE5FCD901df545d
Octal334345374151101337124135
Binary11011100111001011111110011011001011101111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5FC; }

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

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

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

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

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

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

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

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