Html Css Color HEX #DBEEDC Tara

📋 copy color: '#DBEEDC'

red 219 ◦ green 238 ◦ blue 220

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

Shades of Tara #DBEEDC

Tints of Tara #DBEEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.5%

R = 32.35%
G = 35.16%
B = 32.5%

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

#DBEEDC (or 0xDBEEDC) is known color: Tara. HEX triplet: DB, EE and DC. RGB value is (219,238,220). Sum of RGB (Red+Green+Blue) = 219+238+220=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEDC is #241123. Grayscale: #E6E6E6. Windows color (decimal): -2363684 or 14479067. OLE color: 14479067.

HSL color Cylindrical-coordinate representation of color #DBEEDC: hue angle of 123.16º 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 #DBEEDC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 220 -
CMYK 0.08 0 0.08 0.07
HSL 123.16º 0.36% 0.9% -
HSV(B) 123.16º 0.08% 0.93% -
XYZ 72.71 81.38 79.59 -
YUV 230.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 219 238 220 0.08 0 0.08 0.07 123.16 0.36 0.9
Hex DB EE DC 8 0 8 7 7B 24 5A
Octal 333 356 334 10 0 10 7 173 44 132
Binary 11011011 11101110 11011100 1000 0 1000 111 1111011 100100 1011010

Color Harmonies of #DBEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEDC

Black with #DBEEDC

Text Example


Text Example

White with #DBEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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