Html Css Color HEX #DCF9D8 Tara

📋 copy color: '#DCF9D8'

red 220 ◦ green 249 ◦ blue 216

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

Shades of Tara #DCF9D8

Tints of Tara #DCF9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.53%

R = 32.12%
G = 36.35%
B = 31.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#DCF9D8 (or 0xDCF9D8) is known color: Tara. HEX triplet: DC, F9 and D8. RGB value is (220,249,216). Sum of RGB (Red+Green+Blue) = 220+249+216=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9D8 is #230627. Grayscale: #ECECEC. Windows color (decimal): -2295336 or 14219740. OLE color: 14219740.

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

Color convert

RGB 220 249 216 -
CMYK 0.12 0 0.13 0.02
HSL 112.73º 0.73% 0.91% -
HSV(B) 112.73º 0.13% 0.98% -
XYZ 75.79 87.92 77.94 -
YUV 236.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 220 249 216 0.12 0 0.13 0.02 112.73 0.73 0.91
Hex DC F9 D8 C 0 D 2 71 49 5B
Octal 334 371 330 14 0 15 2 161 111 133
Binary 11011100 11111001 11011000 1100 0 1101 10 1110001 1001001 1011011

Color Harmonies of #DCF9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9D8

Black with #DCF9D8

Text Example


Text Example

White with #DCF9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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