Html Css Color HEX #DBF0D9 Tara

📋 copy color: '#DBF0D9'

red 219 ◦ green 240 ◦ blue 217

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

Shades of Tara #DBF0D9

Tints of Tara #DBF0D9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.5%

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

R = 32.4%
G = 35.5%
B = 32.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#DBF0D9 (or 0xDBF0D9) is known color: Tara. HEX triplet: DB, F0 and D9. RGB value is (219,240,217). Sum of RGB (Red+Green+Blue) = 219+240+217=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0D9 is #240F26. Grayscale: #E7E7E7. Windows color (decimal): -2363175 or 14282971. OLE color: 14282971.

HSL color Cylindrical-coordinate representation of color #DBF0D9: hue angle of 114.78º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF0D9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 217 -
CMYK 0.09 0 0.10 0.06
HSL 114.78º 0.43% 0.9% -
HSV(B) 114.78º 0.1% 0.94% -
XYZ 72.9 82.39 77.71 -
YUV 231.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 219 240 217 0.09 0 0.10 0.06 114.78 0.43 0.9
Hex DB F0 D9 9 0 A 6 73 2B 5A
Octal 333 360 331 11 0 12 6 163 53 132
Binary 11011011 11110000 11011001 1001 0 1010 110 1110011 101011 1011010

Color Harmonies of #DBF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0D9

Black with #DBF0D9

Text Example


Text Example

White with #DBF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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