Html Css Color HEX #DDE8D3 Frostee

📋 copy color: '#DDE8D3'

red 221 ◦ green 232 ◦ blue 211

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

Shades of Frostee #DDE8D3

Tints of Frostee #DDE8D3

RGB

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

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

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

R = 33.28%
G = 34.94%
B = 31.78%

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

#DDE8D3 (or 0xDDE8D3) is known color: Frostee. HEX triplet: DD, E8 and D3. RGB value is (221,232,211). Sum of RGB (Red+Green+Blue) = 221+232+211=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8D3 is #22172C. Grayscale: #E2E2E2. Windows color (decimal): -2234157 or 13887709. OLE color: 13887709.

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

Color convert

RGB 221 232 211 -
CMYK 0.05 0 0.09 0.09
HSL 91.43º 0.31% 0.87% -
HSV(B) 91.43º 0.09% 0.91% -
XYZ 70.43 77.79 72.93 -
YUV 226.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 221 232 211 0.05 0 0.09 0.09 91.43 0.31 0.87
Hex DD E8 D3 5 0 9 9 5B 1F 57
Octal 335 350 323 5 0 11 11 133 37 127
Binary 11011101 11101000 11010011 101 0 1001 1001 1011011 11111 1010111

Color Harmonies of #DDE8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8D3

Black with #DDE8D3

Text Example


Text Example

White with #DDE8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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