Html Css Color HEX #DEE0BC Frost

📋 copy color: '#DEE0BC'

red 222 ◦ green 224 ◦ blue 188

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

Shades of Frost #DEE0BC

Tints of Frost #DEE0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.65%

R = 35.02%
G = 35.33%
B = 29.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#DEE0BC (or 0xDEE0BC) is known color: Frost. HEX triplet: DE, E0 and BC. RGB value is (222,224,188). Sum of RGB (Red+Green+Blue) = 222+224+188=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0BC is #211F43. Grayscale: #DBDBDB. Windows color (decimal): -2170692 or 12378334. OLE color: 12378334.

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

Color convert

RGB 222 224 188 -
CMYK 0.01 0 0.16 0.12
HSL 63.33º 0.37% 0.81% -
HSV(B) 63.33º 0.16% 0.88% -
XYZ 65.86 72.47 58.09 -
YUV 219.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 222 224 188 0.01 0 0.16 0.12 63.33 0.37 0.81
Hex DE E0 BC 1 0 10 C 3F 25 51
Octal 336 340 274 1 0 20 14 77 45 121
Binary 11011110 11100000 10111100 1 0 10000 1100 111111 100101 1010001

Color Harmonies of #DEE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0BC

Black with #DEE0BC

Text Example


Text Example

White with #DEE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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