Html Css Color HEX #DDE2BD Frost

📋 copy color: '#DDE2BD'

red 221 ◦ green 226 ◦ blue 189

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

Shades of Frost #DDE2BD

Tints of Frost #DDE2BD

RGB

 RED value IS 221 (86.72% from 255) = 34.75%

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

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

R = 34.75%
G = 35.53%
B = 29.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#DDE2BD (or 0xDDE2BD) is known color: Frost. HEX triplet: DD, E2 and BD. RGB value is (221,226,189). Sum of RGB (Red+Green+Blue) = 221+226+189=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BD is #221D42. Grayscale: #DCDCDC. Windows color (decimal): -2235715 or 12444381. OLE color: 12444381.

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

Color convert

RGB 221 226 189 -
CMYK 0.02 0 0.16 0.11
HSL 68.11º 0.39% 0.81% -
HSV(B) 68.11º 0.16% 0.89% -
XYZ 66.2 73.44 58.83 -
YUV 220.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 221 226 189 0.02 0 0.16 0.11 68.11 0.39 0.81
Hex DD E2 BD 2 0 10 B 44 27 51
Octal 335 342 275 2 0 20 13 104 47 121
Binary 11011101 11100010 10111101 10 0 10000 1011 1000100 100111 1010001

Color Harmonies of #DDE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2BD

Black with #DDE2BD

Text Example


Text Example

White with #DDE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2BD; }

 p { color: rgb(221,226,189); }

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

background-color css

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

 a { background-color: rgb(221,226,189); }

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

border-color css

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

 span { border-color: rgb(221,226,189); }

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