Html Css Color HEX #DEE2BA Frost

📋 copy color: '#DEE2BA'

red 222 ◦ green 226 ◦ blue 186

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

Shades of Frost #DEE2BA

Tints of Frost #DEE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.65%

 BLUE value IS 186 (73.05% from 255) = 29.34%

R = 35.02%
G = 35.65%
B = 29.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DEE2BA (or 0xDEE2BA) is known color: Frost. HEX triplet: DE, E2 and BA. RGB value is (222,226,186). Sum of RGB (Red+Green+Blue) = 222+226+186=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2BA is #211D45. Grayscale: #DCDCDC. Windows color (decimal): -2170182 or 12247774. OLE color: 12247774.

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

Color convert

RGB 222 226 186 -
CMYK 0.02 0 0.18 0.11
HSL 66º 0.41% 0.81% -
HSV(B) 66º 0.18% 0.89% -
XYZ 66.18 73.47 57.15 -
YUV 220.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 222 226 186 0.02 0 0.18 0.11 66 0.41 0.81
Hex DE E2 BA 2 0 12 B 42 29 51
Octal 336 342 272 2 0 22 13 102 51 121
Binary 11011110 11100010 10111010 10 0 10010 1011 1000010 101001 1010001

Color Harmonies of #DEE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2BA

Black with #DEE2BA

Text Example


Text Example

White with #DEE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2BA; }

 p { color: rgb(222,226,186); }

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

background-color css

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

 a { background-color: rgb(222,226,186); }

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

border-color css

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

 span { border-color: rgb(222,226,186); }

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