Html Css Color HEX #DDE8D1 Frostee

📋 copy color: '#DDE8D1'

red 221 ◦ green 232 ◦ blue 209

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

Shades of Frostee #DDE8D1

Tints of Frostee #DDE8D1

RGB

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

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

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

R = 33.38%
G = 35.05%
B = 31.57%

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

#DDE8D1 (or 0xDDE8D1) is known color: Frostee. HEX triplet: DD, E8 and D1. RGB value is (221,232,209). Sum of RGB (Red+Green+Blue) = 221+232+209=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8D1 is #22172E. Grayscale: #E2E2E2. Windows color (decimal): -2234159 or 13756637. OLE color: 13756637.

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

Color convert

RGB 221 232 209 -
CMYK 0.05 0 0.10 0.09
HSL 88.7º 0.33% 0.86% -
HSV(B) 88.7º 0.1% 0.91% -
XYZ 70.18 77.69 71.62 -
YUV 226.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 221 232 209 0.05 0 0.10 0.09 88.7 0.33 0.86
Hex DD E8 D1 5 0 A 9 59 21 56
Octal 335 350 321 5 0 12 11 131 41 126
Binary 11011101 11101000 11010001 101 0 1010 1001 1011001 100001 1010110

Color Harmonies of #DDE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8D1

Black with #DDE8D1

Text Example


Text Example

White with #DDE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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