Html Css Color HEX #DDE9CE Frostee

📋 copy color: '#DDE9CE'

red 221 ◦ green 233 ◦ blue 206

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

Shades of Frostee #DDE9CE

Tints of Frostee #DDE9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.21%

R = 33.48%
G = 35.3%
B = 31.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#DDE9CE (or 0xDDE9CE) is known color: Frostee. HEX triplet: DD, E9 and CE. RGB value is (221,233,206). Sum of RGB (Red+Green+Blue) = 221+233+206=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9CE is #221631. Grayscale: #E2E2E2. Windows color (decimal): -2233906 or 13560285. OLE color: 13560285.

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

Color convert

RGB 221 233 206 -
CMYK 0.05 0 0.12 0.09
HSL 86.67º 0.38% 0.86% -
HSV(B) 86.67º 0.12% 0.91% -
XYZ 70.1 78.11 69.77 -
YUV 226.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 221 233 206 0.05 0 0.12 0.09 86.67 0.38 0.86
Hex DD E9 CE 5 0 C 9 57 26 56
Octal 335 351 316 5 0 14 11 127 46 126
Binary 11011101 11101001 11001110 101 0 1100 1001 1010111 100110 1010110

Color Harmonies of #DDE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9CE

Black with #DDE9CE

Text Example


Text Example

White with #DDE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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