Html Css Color HEX #DEE9BB Frost

📋 copy color: '#DEE9BB'

red 222 ◦ green 233 ◦ blue 187

#DEE9BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #DEE9BB

Tints of Frost #DEE9BB

RGB

 RED value IS 222 (87.11% from 255) = 34.58%

 GREEN value IS 233 (91.41% from 255) = 36.29%

 BLUE value IS 187 (73.44% from 255) = 29.13%

R = 34.58%
G = 36.29%
B = 29.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DEE9BB (or 0xDEE9BB) is known color: Frost. HEX triplet: DE, E9 and BB. RGB value is (222,233,187). Sum of RGB (Red+Green+Blue) = 222+233+187=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9BB is #211644. Grayscale: #E0E0E0. Windows color (decimal): -2168389 or 12315102. OLE color: 12315102.

HSL color Cylindrical-coordinate representation of color #DEE9BB: hue angle of 74.35º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE9BB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 187 -
CMYK 0.05 0 0.20 0.09
HSL 74.35º 0.51% 0.82% -
HSV(B) 74.35º 0.2% 0.91% -
XYZ 68.23 77.4 58.36 -
YUV 224.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 222 233 187 0.05 0 0.20 0.09 74.35 0.51 0.82
Hex DE E9 BB 5 0 14 9 4A 33 52
Octal 336 351 273 5 0 24 11 112 63 122
Binary 11011110 11101001 10111011 101 0 10100 1001 1001010 110011 1010010

Color Harmonies of #DEE9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9BB

Black with #DEE9BB

Text Example


Text Example

White with #DEE9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9BB; }

 p { color: rgb(222,233,187); }

 H1.HeaderClassName
 {
   color: #DEE9BB;
 }
 .AnyTagClassName
 {
   color: #DEE9BB;
 }
</style>

background-color css

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

 a { background-color: rgb(222,233,187); }

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

border-color css

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

 span { border-color: rgb(222,233,187); }

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