Html Css Color HEX #DBEDDB Tara

📋 copy color: '#DBEDDB'

red 219 ◦ green 237 ◦ blue 219

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

Shades of Tara #DBEDDB

Tints of Tara #DBEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.11%

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

R = 32.44%
G = 35.11%
B = 32.44%

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

#DBEDDB (or 0xDBEDDB) is known color: Tara. HEX triplet: DB, ED and DB. RGB value is (219,237,219). Sum of RGB (Red+Green+Blue) = 219+237+219=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDDB is #241224. Grayscale: #E5E5E5. Windows color (decimal): -2363941 or 14413275. OLE color: 14413275.

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

Color convert

RGB 219 237 219 -
CMYK 0.08 0 0.08 0.07
HSL 120º 0.33% 0.89% -
HSV(B) 120º 0.08% 0.93% -
XYZ 72.28 80.74 78.79 -
YUV 229.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 219 237 219 0.08 0 0.08 0.07 120 0.33 0.89
Hex DB ED DB 8 0 8 7 78 21 59
Octal 333 355 333 10 0 10 7 170 41 131
Binary 11011011 11101101 11011011 1000 0 1000 111 1111000 100001 1011001

Color Harmonies of #DBEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDDB

Black with #DBEDDB

Text Example


Text Example

White with #DBEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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