Html Css Color HEX #DEE3CA Frost

📋 copy color: '#DEE3CA'

red 222 ◦ green 227 ◦ blue 202

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

Shades of Frost #DEE3CA

Tints of Frost #DEE3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.03%

R = 34.1%
G = 34.87%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#DEE3CA (or 0xDEE3CA) is known color: Frost. HEX triplet: DE, E3 and CA. RGB value is (222,227,202). Sum of RGB (Red+Green+Blue) = 222+227+202=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3CA is #211C35. Grayscale: #DEDEDE. Windows color (decimal): -2169910 or 13296606. OLE color: 13296606.

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

Color convert

RGB 222 227 202 -
CMYK 0.02 0 0.11 0.11
HSL 72º 0.31% 0.84% -
HSV(B) 72º 0.11% 0.89% -
XYZ 68.25 74.73 66.7 -
YUV 222.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 222 227 202 0.02 0 0.11 0.11 72 0.31 0.84
Hex DE E3 CA 2 0 B B 48 1F 54
Octal 336 343 312 2 0 13 13 110 37 124
Binary 11011110 11100011 11001010 10 0 1011 1011 1001000 11111 1010100

Color Harmonies of #DEE3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3CA

Black with #DEE3CA

Text Example


Text Example

White with #DEE3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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