Html Css Color HEX #DEE7BB Frost

📋 copy color: '#DEE7BB'

red 222 ◦ green 231 ◦ blue 187

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

Shades of Frost #DEE7BB

Tints of Frost #DEE7BB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

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

R = 34.69%
G = 36.09%
B = 29.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DEE7BB (or 0xDEE7BB) is known color: Frost. HEX triplet: DE, E7 and BB. RGB value is (222,231,187). Sum of RGB (Red+Green+Blue) = 222+231+187=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7BB is #211844. Grayscale: #DFDFDF. Windows color (decimal): -2168901 or 12314590. OLE color: 12314590.

HSL color Cylindrical-coordinate representation of color #DEE7BB: hue angle of 72.27º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEE7BB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 187 -
CMYK 0.04 0 0.19 0.09
HSL 72.27º 0.48% 0.82% -
HSV(B) 72.27º 0.19% 0.91% -
XYZ 67.67 76.27 58.17 -
YUV 223.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 222 231 187 0.04 0 0.19 0.09 72.27 0.48 0.82
Hex DE E7 BB 4 0 13 9 48 30 52
Octal 336 347 273 4 0 23 11 110 60 122
Binary 11011110 11100111 10111011 100 0 10011 1001 1001000 110000 1010010

Color Harmonies of #DEE7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7BB

Black with #DEE7BB

Text Example


Text Example

White with #DEE7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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