Html Css Color HEX #D3FAD6 Tara

📋 copy color: '#D3FAD6'

red 211 ◦ green 250 ◦ blue 214

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

Shades of Tara #D3FAD6

Tints of Tara #D3FAD6

RGB

 RED value IS 211 (82.81% from 255) = 31.26%

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

 BLUE value IS 214 (83.98% from 255) = 31.7%

R = 31.26%
G = 37.04%
B = 31.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#D3FAD6 (or 0xD3FAD6) is known color: Tara. HEX triplet: D3, FA and D6. RGB value is (211,250,214). Sum of RGB (Red+Green+Blue) = 211+250+214=675 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.26% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FAD6 is #2C0529. Grayscale: #EAEAEA. Windows color (decimal): -2884906 or 14088915. OLE color: 14088915.

HSL color Cylindrical-coordinate representation of color #D3FAD6: hue angle of 124.62º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FAD6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 214 -
CMYK 0.16 0 0.14 0.02
HSL 124.62º 0.8% 0.9% -
HSV(B) 124.62º 0.16% 0.98% -
XYZ 73.19 87.08 76.57 -
YUV 234.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 211 250 214 0.16 0 0.14 0.02 124.62 0.8 0.9
Hex D3 FA D6 10 0 E 2 7D 50 5A
Octal 323 372 326 20 0 16 2 175 120 132
Binary 11010011 11111010 11010110 10000 0 1110 10 1111101 1010000 1011010

Color Harmonies of #D3FAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FAD6

Black with #D3FAD6

Text Example


Text Example

White with #D3FAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FAD6; }

 p { color: rgb(211,250,214); }

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

background-color css

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

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

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

border-color css

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

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

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