Html Css Color HEX #D1FAD4 Tara

📋 copy color: '#D1FAD4'

red 209 ◦ green 250 ◦ blue 212

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

Shades of Tara #D1FAD4

Tints of Tara #D1FAD4

RGB

 RED value IS 209 (82.03% from 255) = 31.15%

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

 BLUE value IS 212 (83.2% from 255) = 31.59%

R = 31.15%
G = 37.26%
B = 31.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#D1FAD4 (or 0xD1FAD4) is known color: Tara. HEX triplet: D1, FA and D4. RGB value is (209,250,212). Sum of RGB (Red+Green+Blue) = 209+250+212=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAD4 is #2E052B. Grayscale: #E9E9E9. Windows color (decimal): -3015980 or 13957841. OLE color: 13957841.

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

Color convert

RGB 209 250 212 -
CMYK 0.16 0 0.15 0.02
HSL 124.39º 0.8% 0.9% -
HSV(B) 124.39º 0.16% 0.98% -
XYZ 72.36 86.68 75.2 -
YUV 233.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 209 250 212 0.16 0 0.15 0.02 124.39 0.8 0.9
Hex D1 FA D4 10 0 F 2 7C 50 5A
Octal 321 372 324 20 0 17 2 174 120 132
Binary 11010001 11111010 11010100 10000 0 1111 10 1111100 1010000 1011010

Color Harmonies of #D1FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FAD4

Black with #D1FAD4

Text Example


Text Example

White with #D1FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FAD4; }

 p { color: rgb(209,250,212); }

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

background-color css

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

 a { background-color: rgb(209,250,212); }

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

border-color css

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

 span { border-color: rgb(209,250,212); }

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