Html Css Color HEX #DDEFCD Frostee

📋 copy color: '#DDEFCD'

red 221 ◦ green 239 ◦ blue 205

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

Shades of Frostee #DDEFCD

Tints of Frostee #DDEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.94%

 BLUE value IS 205 (80.47% from 255) = 30.83%

R = 33.23%
G = 35.94%
B = 30.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#DDEFCD (or 0xDDEFCD) is known color: Frostee. HEX triplet: DD, EF and CD. RGB value is (221,239,205). Sum of RGB (Red+Green+Blue) = 221+239+205=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFCD is #221032. Grayscale: #E5E5E5. Windows color (decimal): -2232371 or 13496285. OLE color: 13496285.

HSL color Cylindrical-coordinate representation of color #DDEFCD: hue angle of 91.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDEFCD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 205 -
CMYK 0.08 0 0.14 0.06
HSL 91.76º 0.52% 0.87% -
HSV(B) 91.76º 0.14% 0.94% -
XYZ 71.7 81.51 69.71 -
YUV 229.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 221 239 205 0.08 0 0.14 0.06 91.76 0.52 0.87
Hex DD EF CD 8 0 E 6 5C 34 57
Octal 335 357 315 10 0 16 6 134 64 127
Binary 11011101 11101111 11001101 1000 0 1110 110 1011100 110100 1010111

Color Harmonies of #DDEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFCD

Black with #DDEFCD

Text Example


Text Example

White with #DDEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFCD; }

 p { color: rgb(221,239,205); }

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

background-color css

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

 a { background-color: rgb(221,239,205); }

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

border-color css

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

 span { border-color: rgb(221,239,205); }

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