Html Css Color HEX #DEE9BE Frost

📋 copy color: '#DEE9BE'

red 222 ◦ green 233 ◦ blue 190

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

Shades of Frost #DEE9BE

Tints of Frost #DEE9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.46%

R = 34.42%
G = 36.12%
B = 29.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#DEE9BE (or 0xDEE9BE) is known color: Frost. HEX triplet: DE, E9 and BE. RGB value is (222,233,190). Sum of RGB (Red+Green+Blue) = 222+233+190=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9BE is #211641. Grayscale: #E0E0E0. Windows color (decimal): -2168386 or 12511710. OLE color: 12511710.

HSL color Cylindrical-coordinate representation of color #DEE9BE: hue angle of 75.35º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE9BE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 190 -
CMYK 0.05 0 0.18 0.09
HSL 75.35º 0.49% 0.83% -
HSV(B) 75.35º 0.18% 0.91% -
XYZ 68.56 77.53 60.07 -
YUV 224.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 222 233 190 0.05 0 0.18 0.09 75.35 0.49 0.83
Hex DE E9 BE 5 0 12 9 4B 31 53
Octal 336 351 276 5 0 22 11 113 61 123
Binary 11011110 11101001 10111110 101 0 10010 1001 1001011 110001 1010011

Color Harmonies of #DEE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9BE

Black with #DEE9BE

Text Example


Text Example

White with #DEE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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