Html Css Color HEX #DBEFD9 Tara

📋 copy color: '#DBEFD9'

red 219 ◦ green 239 ◦ blue 217

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

Shades of Tara #DBEFD9

Tints of Tara #DBEFD9

RGB

 RED value IS 219 (85.94% from 255) = 32.44%

 GREEN value IS 239 (93.75% from 255) = 35.41%

 BLUE value IS 217 (85.16% from 255) = 32.15%

R = 32.44%
G = 35.41%
B = 32.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#DBEFD9 (or 0xDBEFD9) is known color: Tara. HEX triplet: DB, EF and D9. RGB value is (219,239,217). Sum of RGB (Red+Green+Blue) = 219+239+217=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD9 is #241026. Grayscale: #E6E6E6. Windows color (decimal): -2363431 or 14282715. OLE color: 14282715.

HSL color Cylindrical-coordinate representation of color #DBEFD9: hue angle of 114.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEFD9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 217 -
CMYK 0.08 0 0.09 0.06
HSL 114.55º 0.41% 0.89% -
HSV(B) 114.55º 0.09% 0.94% -
XYZ 72.6 81.8 77.61 -
YUV 230.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 219 239 217 0.08 0 0.09 0.06 114.55 0.41 0.89
Hex DB EF D9 8 0 9 6 73 29 59
Octal 333 357 331 10 0 11 6 163 51 131
Binary 11011011 11101111 11011001 1000 0 1001 110 1110011 101001 1011001

Color Harmonies of #DBEFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFD9

Black with #DBEFD9

Text Example


Text Example

White with #DBEFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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