Html Css Color HEX #DAF9DB Tara

📋 copy color: '#DAF9DB'

red 218 ◦ green 249 ◦ blue 219

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

Shades of Tara #DAF9DB

Tints of Tara #DAF9DB

RGB

 RED value IS 218 (85.55% from 255) = 31.78%

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

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

R = 31.78%
G = 36.3%
B = 31.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DAF9DB (or 0xDAF9DB) is known color: Tara. HEX triplet: DA, F9 and DB. RGB value is (218,249,219). Sum of RGB (Red+Green+Blue) = 218+249+219=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9DB is #250624. Grayscale: #ECECEC. Windows color (decimal): -2426405 or 14416346. OLE color: 14416346.

HSL color Cylindrical-coordinate representation of color #DAF9DB: hue angle of 121.94º degrees, saturation: 0.72, 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 #DAF9DB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 219 -
CMYK 0.12 0 0.12 0.02
HSL 121.94º 0.72% 0.92% -
HSV(B) 121.94º 0.12% 0.98% -
XYZ 75.58 87.77 79.98 -
YUV 236.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 218 249 219 0.12 0 0.12 0.02 121.94 0.72 0.92
Hex DA F9 DB C 0 C 2 7A 48 5C
Octal 332 371 333 14 0 14 2 172 110 134
Binary 11011010 11111001 11011011 1100 0 1100 10 1111010 1001000 1011100

Color Harmonies of #DAF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9DB

Black with #DAF9DB

Text Example


Text Example

White with #DAF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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