Html Css Color HEX #DEE6BD Frost

📋 copy color: '#DEE6BD'

red 222 ◦ green 230 ◦ blue 189

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

Shades of Frost #DEE6BD

Tints of Frost #DEE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

 BLUE value IS 189 (74.22% from 255) = 29.49%

R = 34.63%
G = 35.88%
B = 29.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DEE6BD (or 0xDEE6BD) is known color: Frost. HEX triplet: DE, E6 and BD. RGB value is (222,230,189). Sum of RGB (Red+Green+Blue) = 222+230+189=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BD is #211942. Grayscale: #DFDFDF. Windows color (decimal): -2169155 or 12445406. OLE color: 12445406.

HSL color Cylindrical-coordinate representation of color #DEE6BD: hue angle of 71.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE6BD is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 230 189 -
CMYK 0.03 0 0.18 0.10
HSL 71.71º 0.45% 0.82% -
HSV(B) 71.71º 0.18% 0.9% -
XYZ 67.61 75.8 59.21 -
YUV 222.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 222 230 189 0.03 0 0.18 0.10 71.71 0.45 0.82
Hex DE E6 BD 3 0 12 A 48 2D 52
Octal 336 346 275 3 0 22 12 110 55 122
Binary 11011110 11100110 10111101 11 0 10010 1010 1001000 101101 1010010

Color Harmonies of #DEE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE6BD

Black with #DEE6BD

Text Example


Text Example

White with #DEE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE6BD; }

 p { color: rgb(222,230,189); }

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

background-color css

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

 a { background-color: rgb(222,230,189); }

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

border-color css

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

 span { border-color: rgb(222,230,189); }

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