Html Css Color HEX #DDECD0 Frostee

📋 copy color: '#DDECD0'

red 221 ◦ green 236 ◦ blue 208

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

Shades of Frostee #DDECD0

Tints of Frostee #DDECD0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.49%

 BLUE value IS 208 (81.64% from 255) = 31.28%

R = 33.23%
G = 35.49%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DDECD0 (or 0xDDECD0) is known color: Frostee. HEX triplet: DD, EC and D0. RGB value is (221,236,208). Sum of RGB (Red+Green+Blue) = 221+236+208=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD0 is #22132F. Grayscale: #E4E4E4. Windows color (decimal): -2233136 or 13692125. OLE color: 13692125.

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

Color convert

RGB 221 236 208 -
CMYK 0.06 0 0.12 0.07
HSL 92.14º 0.42% 0.87% -
HSV(B) 92.14º 0.12% 0.93% -
XYZ 71.2 79.92 71.35 -
YUV 228.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 221 236 208 0.06 0 0.12 0.07 92.14 0.42 0.87
Hex DD EC D0 6 0 C 7 5C 2A 57
Octal 335 354 320 6 0 14 7 134 52 127
Binary 11011101 11101100 11010000 110 0 1100 111 1011100 101010 1010111

Color Harmonies of #DDECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECD0

Black with #DDECD0

Text Example


Text Example

White with #DDECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECD0; }

 p { color: rgb(221,236,208); }

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

background-color css

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

 a { background-color: rgb(221,236,208); }

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

border-color css

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

 span { border-color: rgb(221,236,208); }

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