#DEEBF9

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

Shades of Solitude #DEEBF9

Tints of Solitude #DEEBF9

Color information

#DEEBF9 (or 0xDEEBF9) is unknown color: approx Solitude. HEX triplet: DE, EB and F9. RGB value is (222,235,249). Sum of RGB (Red+Green+Blue) = 222+235+249=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBF9 is #211406. Grayscale: #E8E8E8. Windows color (decimal): -2167815 or 16378846. OLE color: 16378846.

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

Color convert

RGB222235249-
CMYK0.110.0600.02
HSL211.11º69.23%92.35%-
HSV(B)211.11º10.84%97.65%-
XYZ76.9381.79101.35-
YUV232.71137.19120.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=31.44%
G=33.29%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222352490.110.0600.02211.1169.2392.35
HexDEEBF9B602d3455c
Octal33635337113602323105134
Binary11011110111010111111100110111100101101001110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBF9; }

 p { color: rgb(222,235,249); }

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

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

 a { background-color: rgb(222,235,249); }

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

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

 span { border-color: rgb(222,235,249); }

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