Html Css Color HEX #DBEEDB Tara

📋 copy color: '#DBEEDB'

red 219 ◦ green 238 ◦ blue 219

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

Shades of Tara #DBEEDB

Tints of Tara #DBEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.21%

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

R = 32.4%
G = 35.21%
B = 32.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DBEEDB (or 0xDBEEDB) is known color: Tara. HEX triplet: DB, EE and DB. RGB value is (219,238,219). Sum of RGB (Red+Green+Blue) = 219+238+219=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEDB is #241124. Grayscale: #E6E6E6. Windows color (decimal): -2363685 or 14413531. OLE color: 14413531.

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

Color convert

RGB 219 238 219 -
CMYK 0.08 0 0.08 0.07
HSL 120º 0.36% 0.9% -
HSV(B) 120º 0.08% 0.93% -
XYZ 72.57 81.32 78.89 -
YUV 230.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 219 238 219 0.08 0 0.08 0.07 120 0.36 0.9
Hex DB EE DB 8 0 8 7 78 24 5A
Octal 333 356 333 10 0 10 7 170 44 132
Binary 11011011 11101110 11011011 1000 0 1000 111 1111000 100100 1011010

Color Harmonies of #DBEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEDB

Black with #DBEEDB

Text Example


Text Example

White with #DBEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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