Html Css Color HEX #DBECDA Tara

📋 copy color: '#DBECDA'

red 219 ◦ green 236 ◦ blue 218

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

Shades of Tara #DBECDA

Tints of Tara #DBECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.07%

 BLUE value IS 218 (85.55% from 255) = 32.39%

R = 32.54%
G = 35.07%
B = 32.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DBECDA (or 0xDBECDA) is known color: Tara. HEX triplet: DB, EC and DA. RGB value is (219,236,218). Sum of RGB (Red+Green+Blue) = 219+236+218=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDA is #241325. Grayscale: #E4E4E4. Windows color (decimal): -2364198 or 14347483. OLE color: 14347483.

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

Color convert

RGB 219 236 218 -
CMYK 0.07 0 0.08 0.07
HSL 116.67º 0.32% 0.89% -
HSV(B) 116.67º 0.08% 0.93% -
XYZ 71.86 80.11 78.01 -
YUV 228.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 219 236 218 0.07 0 0.08 0.07 116.67 0.32 0.89
Hex DB EC DA 7 0 8 7 75 20 59
Octal 333 354 332 7 0 10 7 165 40 131
Binary 11011011 11101100 11011010 111 0 1000 111 1110101 100000 1011001

Color Harmonies of #DBECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECDA

Black with #DBECDA

Text Example


Text Example

White with #DBECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECDA; }

 p { color: rgb(219,236,218); }

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

background-color css

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

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

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

border-color css

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

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

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