Html Css Color HEX #DEE0BE Frost

📋 copy color: '#DEE0BE'

red 222 ◦ green 224 ◦ blue 190

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

Shades of Frost #DEE0BE

Tints of Frost #DEE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.22%

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

R = 34.91%
G = 35.22%
B = 29.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#DEE0BE (or 0xDEE0BE) is known color: Frost. HEX triplet: DE, E0 and BE. RGB value is (222,224,190). Sum of RGB (Red+Green+Blue) = 222+224+190=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0BE is #211F41. Grayscale: #DBDBDB. Windows color (decimal): -2170690 or 12509406. OLE color: 12509406.

HSL color Cylindrical-coordinate representation of color #DEE0BE: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEE0BE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 190 -
CMYK 0.01 0 0.15 0.12
HSL 63.53º 0.35% 0.81% -
HSV(B) 63.53º 0.15% 0.88% -
XYZ 66.07 72.56 59.24 -
YUV 219.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 222 224 190 0.01 0 0.15 0.12 63.53 0.35 0.81
Hex DE E0 BE 1 0 F C 40 23 51
Octal 336 340 276 1 0 17 14 100 43 121
Binary 11011110 11100000 10111110 1 0 1111 1100 1000000 100011 1010001

Color Harmonies of #DEE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0BE

Black with #DEE0BE

Text Example


Text Example

White with #DEE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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