Html Css Color HEX #DDF7DC Tara

📋 copy color: '#DDF7DC'

red 221 ◦ green 247 ◦ blue 220

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

Shades of Tara #DDF7DC

Tints of Tara #DDF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.9%

 BLUE value IS 220 (86.33% from 255) = 31.98%

R = 32.12%
G = 35.9%
B = 31.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#DDF7DC (or 0xDDF7DC) is known color: Tara. HEX triplet: DD, F7 and DC. RGB value is (221,247,220). Sum of RGB (Red+Green+Blue) = 221+247+220=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7DC is #220823. Grayscale: #ECECEC. Windows color (decimal): -2230308 or 14481373. OLE color: 14481373.

HSL color Cylindrical-coordinate representation of color #DDF7DC: hue angle of 117.78º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7DC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 220 -
CMYK 0.11 0 0.11 0.03
HSL 117.78º 0.63% 0.92% -
HSV(B) 117.78º 0.11% 0.97% -
XYZ 76 87.06 80.51 -
YUV 236.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 221 247 220 0.11 0 0.11 0.03 117.78 0.63 0.92
Hex DD F7 DC B 0 B 3 76 3F 5C
Octal 335 367 334 13 0 13 3 166 77 134
Binary 11011101 11110111 11011100 1011 0 1011 11 1110110 111111 1011100

Color Harmonies of #DDF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF7DC

Black with #DDF7DC

Text Example


Text Example

White with #DDF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF7DC; }

 p { color: rgb(221,247,220); }

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

background-color css

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

 a { background-color: rgb(221,247,220); }

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

border-color css

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

 span { border-color: rgb(221,247,220); }

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