Html Css Color HEX #DCFDD7 Tara

📋 copy color: '#DCFDD7'

red 220 ◦ green 253 ◦ blue 215

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

Shades of Tara #DCFDD7

Tints of Tara #DCFDD7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.77%

 BLUE value IS 215 (84.38% from 255) = 31.25%

R = 31.98%
G = 36.77%
B = 31.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#DCFDD7 (or 0xDCFDD7) is known color: Tara. HEX triplet: DC, FD and D7. RGB value is (220,253,215). Sum of RGB (Red+Green+Blue) = 220+253+215=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDD7 is #230228. Grayscale: #EEEEEE. Windows color (decimal): -2294313 or 14155228. OLE color: 14155228.

HSL color Cylindrical-coordinate representation of color #DCFDD7: hue angle of 112.11º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFDD7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 215 -
CMYK 0.13 0 0.15 0.01
HSL 112.11º 0.9% 0.92% -
HSV(B) 112.11º 0.15% 0.99% -
XYZ 76.91 90.37 77.68 -
YUV 238.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 220 253 215 0.13 0 0.15 0.01 112.11 0.9 0.92
Hex DC FD D7 D 0 F 1 70 5A 5C
Octal 334 375 327 15 0 17 1 160 132 134
Binary 11011100 11111101 11010111 1101 0 1111 1 1110000 1011010 1011100

Color Harmonies of #DCFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDD7

Black with #DCFDD7

Text Example


Text Example

White with #DCFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDD7; }

 p { color: rgb(220,253,215); }

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

background-color css

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

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

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

border-color css

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

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

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