Html Css Color HEX #DCF9DD Tara

📋 copy color: '#DCF9DD'

red 220 ◦ green 249 ◦ blue 221

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

Shades of Tara #DCF9DD

Tints of Tara #DCF9DD

RGB

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

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

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

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

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DCF9DD: hue angle of 122.07º 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 #DCF9DD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 221 -
CMYK 0.12 0 0.11 0.02
HSL 122.07º 0.71% 0.92% -
HSV(B) 122.07º 0.12% 0.98% -
XYZ 76.44 88.19 81.4 -
YUV 237.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 220 249 221 0.12 0 0.11 0.02 122.07 0.71 0.92
Hex DC F9 DD C 0 B 2 7A 47 5C
Octal 334 371 335 14 0 13 2 172 107 134
Binary 11011100 11111001 11011101 1100 0 1011 10 1111010 1000111 1011100

Color Harmonies of #DCF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9DD

Black with #DCF9DD

Text Example


Text Example

White with #DCF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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