Html Css Color HEX #DCFDD8 Tara

📋 copy color: '#DCFDD8'

red 220 ◦ green 253 ◦ blue 216

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

Shades of Tara #DCFDD8

Tints of Tara #DCFDD8

RGB

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

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

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

R = 31.93%
G = 36.72%
B = 31.35%

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

#DCFDD8 (or 0xDCFDD8) is known color: Tara. HEX triplet: DC, FD and D8. RGB value is (220,253,216). Sum of RGB (Red+Green+Blue) = 220+253+216=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDD8 is #230227. Grayscale: #EFEFEF. Windows color (decimal): -2294312 or 14220764. OLE color: 14220764.

HSL color Cylindrical-coordinate representation of color #DCFDD8: hue angle of 113.51º 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 #DCFDD8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 216 -
CMYK 0.13 0 0.15 0.01
HSL 113.51º 0.9% 0.92% -
HSV(B) 113.51º 0.15% 0.99% -
XYZ 77.04 90.42 78.36 -
YUV 238.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 220 253 216 0.13 0 0.15 0.01 113.51 0.9 0.92
Hex DC FD D8 D 0 F 1 72 5A 5C
Octal 334 375 330 15 0 17 1 162 132 134
Binary 11011100 11111101 11011000 1101 0 1111 1 1110010 1011010 1011100

Color Harmonies of #DCFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDD8

Black with #DCFDD8

Text Example


Text Example

White with #DCFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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