Html Css Color HEX #DDF0C7 Frostee

📋 copy color: '#DDF0C7'

red 221 ◦ green 240 ◦ blue 199

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

Shades of Frostee #DDF0C7

Tints of Frostee #DDF0C7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.36%

 BLUE value IS 199 (78.13% from 255) = 30.15%

R = 33.48%
G = 36.36%
B = 30.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#DDF0C7 (or 0xDDF0C7) is known color: Frostee. HEX triplet: DD, F0 and C7. RGB value is (221,240,199). Sum of RGB (Red+Green+Blue) = 221+240+199=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0C7 is #220F38. Grayscale: #E5E5E5. Windows color (decimal): -2232121 or 13103325. OLE color: 13103325.

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

Color convert

RGB 221 240 199 -
CMYK 0.08 0 0.17 0.06
HSL 87.8º 0.58% 0.86% -
HSV(B) 87.8º 0.17% 0.94% -
XYZ 71.29 81.82 66.07 -
YUV 229.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 221 240 199 0.08 0 0.17 0.06 87.8 0.58 0.86
Hex DD F0 C7 8 0 11 6 58 3A 56
Octal 335 360 307 10 0 21 6 130 72 126
Binary 11011101 11110000 11000111 1000 0 10001 110 1011000 111010 1010110

Color Harmonies of #DDF0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0C7

Black with #DDF0C7

Text Example


Text Example

White with #DDF0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0C7; }

 p { color: rgb(221,240,199); }

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

background-color css

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

 a { background-color: rgb(221,240,199); }

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

border-color css

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

 span { border-color: rgb(221,240,199); }

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