#DEEBF8

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

Shades of Solitude #DEEBF8

Tints of Solitude #DEEBF8

Color information

#DEEBF8 (or 0xDEEBF8) is unknown color: approx Solitude. HEX triplet: DE, EB and F8. RGB value is (222,235,248). Sum of RGB (Red+Green+Blue) = 222+235+248=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEEBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBF8 is #211407. Grayscale: #E8E8E8. Windows color (decimal): -2167816 or 16313310. OLE color: 16313310.

HSL color Cylindrical-coordinate representation of color #DEEBF8: hue angle of 210º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEBF8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222235248-
CMYK0.100.0500.03
HSL210º65%92.16%-
HSV(B)210º10.48%97.25%-
XYZ76.7881.72100.53-
YUV232.59136.69120.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=31.49%
G=33.33%
B=35.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222352480.100.0500.032106592.16
HexDEEBF8A503d2415c
Octal33635337012503322101134
Binary11011110111010111111100010101010111101001010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBF8; }

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

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

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

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

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

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

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

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