Html Css Color HEX #DDEDD1 Frostee

📋 copy color: '#DDEDD1'

red 221 ◦ green 237 ◦ blue 209

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

Shades of Frostee #DDEDD1

Tints of Frostee #DDEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.53%

 BLUE value IS 209 (82.03% from 255) = 31.33%

R = 33.13%
G = 35.53%
B = 31.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DDEDD1 (or 0xDDEDD1) is known color: Frostee. HEX triplet: DD, ED and D1. RGB value is (221,237,209). Sum of RGB (Red+Green+Blue) = 221+237+209=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD1 is #22122E. Grayscale: #E5E5E5. Windows color (decimal): -2232879 or 13757917. OLE color: 13757917.

HSL color Cylindrical-coordinate representation of color #DDEDD1: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEDD1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 209 -
CMYK 0.07 0 0.12 0.07
HSL 94.29º 0.44% 0.87% -
HSV(B) 94.29º 0.12% 0.93% -
XYZ 71.61 80.54 72.09 -
YUV 229.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 221 237 209 0.07 0 0.12 0.07 94.29 0.44 0.87
Hex DD ED D1 7 0 C 7 5E 2C 57
Octal 335 355 321 7 0 14 7 136 54 127
Binary 11011101 11101101 11010001 111 0 1100 111 1011110 101100 1010111

Color Harmonies of #DDEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDD1

Black with #DDEDD1

Text Example


Text Example

White with #DDEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDD1; }

 p { color: rgb(221,237,209); }

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

background-color css

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

 a { background-color: rgb(221,237,209); }

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

border-color css

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

 span { border-color: rgb(221,237,209); }

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