Html Css Color HEX #DCFADC Tara

📋 copy color: '#DCFADC'

red 220 ◦ green 250 ◦ blue 220

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

Shades of Tara #DCFADC

Tints of Tara #DCFADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.23%

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

R = 31.88%
G = 36.23%
B = 31.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DCFADC (or 0xDCFADC) is known color: Tara. HEX triplet: DC, FA and DC. RGB value is (220,250,220). Sum of RGB (Red+Green+Blue) = 220+250+220=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADC is #230523. Grayscale: #EDEDED. Windows color (decimal): -2295076 or 14482140. OLE color: 14482140.

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

Color convert

RGB 220 250 220 -
CMYK 0.12 0 0.12 0.02
HSL 120º 0.75% 0.92% -
HSV(B) 120º 0.12% 0.98% -
XYZ 76.62 88.75 80.8 -
YUV 237.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 220 250 220 0.12 0 0.12 0.02 120 0.75 0.92
Hex DC FA DC C 0 C 2 78 4B 5C
Octal 334 372 334 14 0 14 2 170 113 134
Binary 11011100 11111010 11011100 1100 0 1100 10 1111000 1001011 1011100

Color Harmonies of #DCFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFADC

Black with #DCFADC

Text Example


Text Example

White with #DCFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFADC; }

 p { color: rgb(220,250,220); }

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

background-color css

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

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

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

border-color css

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

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

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