Html Css Color HEX #DBF6DC Tara

📋 copy color: '#DBF6DC'

red 219 ◦ green 246 ◦ blue 220

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

Shades of Tara #DBF6DC

Tints of Tara #DBF6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.91%

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

R = 31.97%
G = 35.91%
B = 32.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#DBF6DC (or 0xDBF6DC) is known color: Tara. HEX triplet: DB, F6 and DC. RGB value is (219,246,220). Sum of RGB (Red+Green+Blue) = 219+246+220=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6DC is #240923. Grayscale: #EBEBEB. Windows color (decimal): -2361636 or 14481115. OLE color: 14481115.

HSL color Cylindrical-coordinate representation of color #DBF6DC: hue angle of 122.22º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6DC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 220 -
CMYK 0.11 0 0.11 0.04
HSL 122.22º 0.6% 0.91% -
HSV(B) 122.22º 0.11% 0.96% -
XYZ 75.09 86.14 80.38 -
YUV 234.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 219 246 220 0.11 0 0.11 0.04 122.22 0.6 0.91
Hex DB F6 DC B 0 B 4 7A 3C 5B
Octal 333 366 334 13 0 13 4 172 74 133
Binary 11011011 11110110 11011100 1011 0 1011 100 1111010 111100 1011011

Color Harmonies of #DBF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6DC

Black with #DBF6DC

Text Example


Text Example

White with #DBF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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