Html Css Color HEX #DEE3BC Frost

📋 copy color: '#DEE3BC'

red 222 ◦ green 227 ◦ blue 188

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

Shades of Frost #DEE3BC

Tints of Frost #DEE3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.64%

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

R = 34.85%
G = 35.64%
B = 29.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DEE3BC (or 0xDEE3BC) is known color: Frost. HEX triplet: DE, E3 and BC. RGB value is (222,227,188). Sum of RGB (Red+Green+Blue) = 222+227+188=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BC is #211C43. Grayscale: #DDDDDD. Windows color (decimal): -2169924 or 12379102. OLE color: 12379102.

HSL color Cylindrical-coordinate representation of color #DEE3BC: hue angle of 67.69º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE3BC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 188 -
CMYK 0.02 0 0.17 0.11
HSL 67.69º 0.41% 0.81% -
HSV(B) 67.69º 0.17% 0.89% -
XYZ 66.67 74.1 58.37 -
YUV 221.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 222 227 188 0.02 0 0.17 0.11 67.69 0.41 0.81
Hex DE E3 BC 2 0 11 B 44 29 51
Octal 336 343 274 2 0 21 13 104 51 121
Binary 11011110 11100011 10111100 10 0 10001 1011 1000100 101001 1010001

Color Harmonies of #DEE3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3BC

Black with #DEE3BC

Text Example


Text Example

White with #DEE3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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