Html Css Color HEX #DCFEDB Tara

📋 copy color: '#DCFEDB'

red 220 ◦ green 254 ◦ blue 219

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

Shades of Tara #DCFEDB

Tints of Tara #DCFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.65%

 BLUE value IS 219 (85.94% from 255) = 31.6%

R = 31.75%
G = 36.65%
B = 31.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#DCFEDB (or 0xDCFEDB) is known color: Tara. HEX triplet: DC, FE and DB. RGB value is (220,254,219). Sum of RGB (Red+Green+Blue) = 220+254+219=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEDB is #230124. Grayscale: #EFEFEF. Windows color (decimal): -2294053 or 14417628. OLE color: 14417628.

HSL color Cylindrical-coordinate representation of color #DCFEDB: hue angle of 118.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFEDB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 219 -
CMYK 0.13 0 0.14 0.00
HSL 118.29º 0.95% 0.93% -
HSV(B) 118.29º 0.14% 1% -
XYZ 77.74 91.21 80.53 -
YUV 239.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 220 254 219 0.13 0 0.14 0.00 118.29 0.95 0.93
Hex DC FE DB D 0 E 0 76 5F 5D
Octal 334 376 333 15 0 16 0 166 137 135
Binary 11011100 11111110 11011011 1101 0 1110 0 1110110 1011111 1011101

Color Harmonies of #DCFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEDB

Black with #DCFEDB

Text Example


Text Example

White with #DCFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEDB; }

 p { color: rgb(220,254,219); }

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

background-color css

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

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

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

border-color css

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

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

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