Html Css Color HEX #DEE7BC Frost

📋 copy color: '#DEE7BC'

red 222 ◦ green 231 ◦ blue 188

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

Shades of Frost #DEE7BC

Tints of Frost #DEE7BC

RGB

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

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

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

R = 34.63%
G = 36.04%
B = 29.33%

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

#DEE7BC (or 0xDEE7BC) is known color: Frost. HEX triplet: DE, E7 and BC. RGB value is (222,231,188). Sum of RGB (Red+Green+Blue) = 222+231+188=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7BC is #211843. Grayscale: #DFDFDF. Windows color (decimal): -2168900 or 12380126. OLE color: 12380126.

HSL color Cylindrical-coordinate representation of color #DEE7BC: hue angle of 72.56º degrees, saturation: 0.47, 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 #DEE7BC is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 188 -
CMYK 0.04 0 0.19 0.09
HSL 72.56º 0.47% 0.82% -
HSV(B) 72.56º 0.19% 0.91% -
XYZ 67.78 76.31 58.73 -
YUV 223.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 222 231 188 0.04 0 0.19 0.09 72.56 0.47 0.82
Hex DE E7 BC 4 0 13 9 49 2F 52
Octal 336 347 274 4 0 23 11 111 57 122
Binary 11011110 11100111 10111100 100 0 10011 1001 1001001 101111 1010010

Color Harmonies of #DEE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7BC

Black with #DEE7BC

Text Example


Text Example

White with #DEE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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