Html Css Color HEX #D9F2DB Tara

📋 copy color: '#D9F2DB'

red 217 ◦ green 242 ◦ blue 219

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

Shades of Tara #D9F2DB

Tints of Tara #D9F2DB

RGB

 RED value IS 217 (85.16% from 255) = 32.01%

 GREEN value IS 242 (94.92% from 255) = 35.69%

 BLUE value IS 219 (85.94% from 255) = 32.3%

R = 32.01%
G = 35.69%
B = 32.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#D9F2DB (or 0xD9F2DB) is known color: Tara. HEX triplet: D9, F2 and DB. RGB value is (217,242,219). Sum of RGB (Red+Green+Blue) = 217+242+219=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DB is #260D24. Grayscale: #E7E7E7. Windows color (decimal): -2493733 or 14414553. OLE color: 14414553.

HSL color Cylindrical-coordinate representation of color #D9F2DB: hue angle of 124.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2DB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 219 -
CMYK 0.10 0 0.10 0.05
HSL 124.8º 0.49% 0.9% -
HSV(B) 124.8º 0.1% 0.95% -
XYZ 73.15 83.37 79.25 -
YUV 231.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 217 242 219 0.10 0 0.10 0.05 124.8 0.49 0.9
Hex D9 F2 DB A 0 A 5 7D 31 5A
Octal 331 362 333 12 0 12 5 175 61 132
Binary 11011001 11110010 11011011 1010 0 1010 101 1111101 110001 1011010

Color Harmonies of #D9F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2DB

Black with #D9F2DB

Text Example


Text Example

White with #D9F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2DB; }

 p { color: rgb(217,242,219); }

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

background-color css

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

 a { background-color: rgb(217,242,219); }

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

border-color css

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

 span { border-color: rgb(217,242,219); }

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