Html Css Color HEX #DDE9D2 Frostee

📋 copy color: '#DDE9D2'

red 221 ◦ green 233 ◦ blue 210

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

Shades of Frostee #DDE9D2

Tints of Frostee #DDE9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.09%

 BLUE value IS 210 (82.42% from 255) = 31.63%

R = 33.28%
G = 35.09%
B = 31.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#DDE9D2 (or 0xDDE9D2) is known color: Frostee. HEX triplet: DD, E9 and D2. RGB value is (221,233,210). Sum of RGB (Red+Green+Blue) = 221+233+210=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9D2 is #22162D. Grayscale: #E2E2E2. Windows color (decimal): -2233902 or 13822429. OLE color: 13822429.

HSL color Cylindrical-coordinate representation of color #DDE9D2: hue angle of 91.3º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE9D2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 210 -
CMYK 0.05 0 0.10 0.09
HSL 91.3º 0.34% 0.87% -
HSV(B) 91.3º 0.1% 0.91% -
XYZ 70.59 78.3 72.37 -
YUV 226.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 221 233 210 0.05 0 0.10 0.09 91.3 0.34 0.87
Hex DD E9 D2 5 0 A 9 5B 22 57
Octal 335 351 322 5 0 12 11 133 42 127
Binary 11011101 11101001 11010010 101 0 1010 1001 1011011 100010 1010111

Color Harmonies of #DDE9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9D2

Black with #DDE9D2

Text Example


Text Example

White with #DDE9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9D2; }

 p { color: rgb(221,233,210); }

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

background-color css

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

 a { background-color: rgb(221,233,210); }

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

border-color css

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

 span { border-color: rgb(221,233,210); }

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