Html Css Color HEX #DBF9DD Tara

📋 copy color: '#DBF9DD'

red 219 ◦ green 249 ◦ blue 221

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

Shades of Tara #DBF9DD

Tints of Tara #DBF9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.14%

 BLUE value IS 221 (86.72% from 255) = 32.08%

R = 31.79%
G = 36.14%
B = 32.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DBF9DD (or 0xDBF9DD) is known color: Tara. HEX triplet: DB, F9 and DD. RGB value is (219,249,221). Sum of RGB (Red+Green+Blue) = 219+249+221=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9DD is #240622. Grayscale: #ECECEC. Windows color (decimal): -2360867 or 14547419. OLE color: 14547419.

HSL color Cylindrical-coordinate representation of color #DBF9DD: hue angle of 124º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9DD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 221 -
CMYK 0.12 0 0.11 0.02
HSL 124º 0.71% 0.92% -
HSV(B) 124º 0.12% 0.98% -
XYZ 76.14 88.03 81.39 -
YUV 236.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 219 249 221 0.12 0 0.11 0.02 124 0.71 0.92
Hex DB F9 DD C 0 B 2 7C 47 5C
Octal 333 371 335 14 0 13 2 174 107 134
Binary 11011011 11111001 11011101 1100 0 1011 10 1111100 1000111 1011100

Color Harmonies of #DBF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9DD

Black with #DBF9DD

Text Example


Text Example

White with #DBF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9DD; }

 p { color: rgb(219,249,221); }

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

background-color css

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

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

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

border-color css

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

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

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