#DCE5F9

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

Shades of Solitude #DCE5F9

Tints of Solitude #DCE5F9

Color information

#DCE5F9 (or 0xDCE5F9) is unknown color: approx Solitude. HEX triplet: DC, E5 and F9. RGB value is (220,229,249). Sum of RGB (Red+Green+Blue) = 220+229+249=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F9 is #231A06. Grayscale: #E4E4E4. Windows color (decimal): -2300423 or 16377308. OLE color: 16377308.

HSL color Cylindrical-coordinate representation of color #DCE5F9: hue angle of 221.38º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE5F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220229249-
CMYK0.120.0800.02
HSL221.38º70.73%91.96%-
HSV(B)221.38º11.65%97.65%-
XYZ74.6378.09100.76-
YUV228.59139.52121.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 229 (89.84% from 255) = 32.81%
BLUE value IS 249 (97.66% from 255) = 35.67%
R=31.52%
G=32.81%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202292490.120.0800.02221.3870.7391.96
HexDCE5F9C802dd475c
Octal334345371141002335107134
Binary110111001110010111111001110010000101101110110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5F9; }

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

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

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

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

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

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

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

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