Html Css Color HEX #D0FDD2 Tara

📋 copy color: '#D0FDD2'

red 208 ◦ green 253 ◦ blue 210

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

Shades of Tara #D0FDD2

Tints of Tara #D0FDD2

RGB

 RED value IS 208 (81.64% from 255) = 31%

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

 BLUE value IS 210 (82.42% from 255) = 31.3%

R = 31%
G = 37.7%
B = 31.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#D0FDD2 (or 0xD0FDD2) is known color: Tara. HEX triplet: D0, FD and D2. RGB value is (208,253,210). Sum of RGB (Red+Green+Blue) = 208+253+210=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDD2 is #2F022D. Grayscale: #EAEAEA. Windows color (decimal): -3080750 or 13827536. OLE color: 13827536.

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

Color convert

RGB 208 253 210 -
CMYK 0.18 0 0.17 0.01
HSL 122.67º 0.92% 0.9% -
HSV(B) 122.67º 0.18% 0.99% -
XYZ 72.77 88.31 74.18 -
YUV 234.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 208 253 210 0.18 0 0.17 0.01 122.67 0.92 0.9
Hex D0 FD D2 12 0 11 1 7B 5C 5A
Octal 320 375 322 22 0 21 1 173 134 132
Binary 11010000 11111101 11010010 10010 0 10001 1 1111011 1011100 1011010

Color Harmonies of #D0FDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FDD2

Black with #D0FDD2

Text Example


Text Example

White with #D0FDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FDD2; }

 p { color: rgb(208,253,210); }

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

background-color css

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

 a { background-color: rgb(208,253,210); }

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

border-color css

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

 span { border-color: rgb(208,253,210); }

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