Html Css Color HEX #DEE7C0 Frost

📋 copy color: '#DEE7C0'

red 222 ◦ green 231 ◦ blue 192

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

Shades of Frost #DEE7C0

Tints of Frost #DEE7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.77%

R = 34.42%
G = 35.81%
B = 29.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#DEE7C0 (or 0xDEE7C0) is known color: Frost. HEX triplet: DE, E7 and C0. RGB value is (222,231,192). Sum of RGB (Red+Green+Blue) = 222+231+192=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7C0 is #21183F. Grayscale: #E0E0E0. Windows color (decimal): -2168896 or 12642270. OLE color: 12642270.

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

Color convert

RGB 222 231 192 -
CMYK 0.04 0 0.17 0.09
HSL 73.85º 0.45% 0.83% -
HSV(B) 73.85º 0.17% 0.91% -
XYZ 68.21 76.49 61.04 -
YUV 223.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 222 231 192 0.04 0 0.17 0.09 73.85 0.45 0.83
Hex DE E7 C0 4 0 11 9 4A 2D 53
Octal 336 347 300 4 0 21 11 112 55 123
Binary 11011110 11100111 11000000 100 0 10001 1001 1001010 101101 1010011

Color Harmonies of #DEE7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7C0

Black with #DEE7C0

Text Example


Text Example

White with #DEE7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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