Html Css Color HEX #DDE9D3 Frostee

📋 copy color: '#DDE9D3'

red 221 ◦ green 233 ◦ blue 211

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

Shades of Frostee #DDE9D3

Tints of Frostee #DDE9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 33.23%
G = 35.04%
B = 31.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#DDE9D3 (or 0xDDE9D3) is known color: Frostee. HEX triplet: DD, E9 and D3. RGB value is (221,233,211). Sum of RGB (Red+Green+Blue) = 221+233+211=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9D3 is #22162C. Grayscale: #E2E2E2. Windows color (decimal): -2233901 or 13887965. OLE color: 13887965.

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

Color convert

RGB 221 233 211 -
CMYK 0.05 0 0.09 0.09
HSL 92.73º 0.33% 0.87% -
HSV(B) 92.73º 0.09% 0.91% -
XYZ 70.72 78.35 73.02 -
YUV 226.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 221 233 211 0.05 0 0.09 0.09 92.73 0.33 0.87
Hex DD E9 D3 5 0 9 9 5D 21 57
Octal 335 351 323 5 0 11 11 135 41 127
Binary 11011101 11101001 11010011 101 0 1001 1001 1011101 100001 1010111

Color Harmonies of #DDE9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9D3

Black with #DDE9D3

Text Example


Text Example

White with #DDE9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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