Html Css Color HEX #DDF9DC Tara

📋 copy color: '#DDF9DC'

red 221 ◦ green 249 ◦ blue 220

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

Shades of Tara #DDF9DC

Tints of Tara #DDF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.09%

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

R = 32.03%
G = 36.09%
B = 31.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DDF9DC (or 0xDDF9DC) is known color: Tara. HEX triplet: DD, F9 and DC. RGB value is (221,249,220). Sum of RGB (Red+Green+Blue) = 221+249+220=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DC is #220623. Grayscale: #EDEDED. Windows color (decimal): -2229796 or 14481885. OLE color: 14481885.

HSL color Cylindrical-coordinate representation of color #DDF9DC: hue angle of 117.93º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF9DC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 220 -
CMYK 0.11 0 0.12 0.02
HSL 117.93º 0.71% 0.92% -
HSV(B) 117.93º 0.12% 0.98% -
XYZ 76.61 88.29 80.71 -
YUV 237.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 221 249 220 0.11 0 0.12 0.02 117.93 0.71 0.92
Hex DD F9 DC B 0 C 2 76 47 5C
Octal 335 371 334 13 0 14 2 166 107 134
Binary 11011101 11111001 11011100 1011 0 1100 10 1110110 1000111 1011100

Color Harmonies of #DDF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9DC

Black with #DDF9DC

Text Example


Text Example

White with #DDF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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