Html Css Color HEX #DDE8D2 Frostee

📋 copy color: '#DDE8D2'

red 221 ◦ green 232 ◦ blue 210

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

Shades of Frostee #DDE8D2

Tints of Frostee #DDE8D2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.99%

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

R = 33.33%
G = 34.99%
B = 31.67%

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

#DDE8D2 (or 0xDDE8D2) is known color: Frostee. HEX triplet: DD, E8 and D2. RGB value is (221,232,210). Sum of RGB (Red+Green+Blue) = 221+232+210=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8D2 is #22172D. Grayscale: #E2E2E2. Windows color (decimal): -2234158 or 13822173. OLE color: 13822173.

HSL color Cylindrical-coordinate representation of color #DDE8D2: hue angle of 90º degrees, saturation: 0.32, 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 #DDE8D2 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 210 -
CMYK 0.05 0 0.09 0.09
HSL 90º 0.32% 0.87% -
HSV(B) 90º 0.09% 0.91% -
XYZ 70.31 77.74 72.27 -
YUV 226.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 221 232 210 0.05 0 0.09 0.09 90 0.32 0.87
Hex DD E8 D2 5 0 9 9 5A 20 57
Octal 335 350 322 5 0 11 11 132 40 127
Binary 11011101 11101000 11010010 101 0 1001 1001 1011010 100000 1010111

Color Harmonies of #DDE8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8D2

Black with #DDE8D2

Text Example


Text Example

White with #DDE8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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