Html Css Color HEX #DDEECE Frostee

📋 copy color: '#DDEECE'

red 221 ◦ green 238 ◦ blue 206

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

Shades of Frostee #DDEECE

Tints of Frostee #DDEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.79%

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

R = 33.23%
G = 35.79%
B = 30.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DDEECE (or 0xDDEECE) is known color: Frostee. HEX triplet: DD, EE and CE. RGB value is (221,238,206). Sum of RGB (Red+Green+Blue) = 221+238+206=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECE is #221131. Grayscale: #E5E5E5. Windows color (decimal): -2232626 or 13561565. OLE color: 13561565.

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

Color convert

RGB 221 238 206 -
CMYK 0.07 0 0.13 0.07
HSL 91.88º 0.48% 0.87% -
HSV(B) 91.88º 0.13% 0.93% -
XYZ 71.53 80.98 70.25 -
YUV 229.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 221 238 206 0.07 0 0.13 0.07 91.88 0.48 0.87
Hex DD EE CE 7 0 D 7 5C 30 57
Octal 335 356 316 7 0 15 7 134 60 127
Binary 11011101 11101110 11001110 111 0 1101 111 1011100 110000 1010111

Color Harmonies of #DDEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEECE

Black with #DDEECE

Text Example


Text Example

White with #DDEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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