Html Css Color HEX #DEE5BD Frost

📋 copy color: '#DEE5BD'

red 222 ◦ green 229 ◦ blue 189

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

Shades of Frost #DEE5BD

Tints of Frost #DEE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 34.69%
G = 35.78%
B = 29.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DEE5BD (or 0xDEE5BD) is known color: Frost. HEX triplet: DE, E5 and BD. RGB value is (222,229,189). Sum of RGB (Red+Green+Blue) = 222+229+189=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5BD is #211A42. Grayscale: #DEDEDE. Windows color (decimal): -2169411 or 12445150. OLE color: 12445150.

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

Color convert

RGB 222 229 189 -
CMYK 0.03 0 0.17 0.10
HSL 70.5º 0.43% 0.82% -
HSV(B) 70.5º 0.17% 0.9% -
XYZ 67.33 75.24 59.12 -
YUV 222.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 222 229 189 0.03 0 0.17 0.10 70.5 0.43 0.82
Hex DE E5 BD 3 0 11 A 46 2B 52
Octal 336 345 275 3 0 21 12 106 53 122
Binary 11011110 11100101 10111101 11 0 10001 1010 1000110 101011 1010010

Color Harmonies of #DEE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE5BD

Black with #DEE5BD

Text Example


Text Example

White with #DEE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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