Html Css Color HEX #DBEFDB Tara

📋 copy color: '#DBEFDB'

red 219 ◦ green 239 ◦ blue 219

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

Shades of Tara #DBEFDB

Tints of Tara #DBEFDB

RGB

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

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

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

R = 32.35%
G = 35.3%
B = 32.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#DBEFDB (or 0xDBEFDB) is known color: Tara. HEX triplet: DB, EF and DB. RGB value is (219,239,219). Sum of RGB (Red+Green+Blue) = 219+239+219=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDB is #241024. Grayscale: #E6E6E6. Windows color (decimal): -2363429 or 14413787. OLE color: 14413787.

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

Color convert

RGB 219 239 219 -
CMYK 0.08 0 0.08 0.06
HSL 120º 0.38% 0.9% -
HSV(B) 120º 0.08% 0.94% -
XYZ 72.87 81.91 78.99 -
YUV 230.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 219 239 219 0.08 0 0.08 0.06 120 0.38 0.9
Hex DB EF DB 8 0 8 6 78 26 5A
Octal 333 357 333 10 0 10 6 170 46 132
Binary 11011011 11101111 11011011 1000 0 1000 110 1111000 100110 1011010

Color Harmonies of #DBEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFDB

Black with #DBEFDB

Text Example


Text Example

White with #DBEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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