Html Css Color HEX #DAF6DB Tara

📋 copy color: '#DAF6DB'

red 218 ◦ green 246 ◦ blue 219

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

Shades of Tara #DAF6DB

Tints of Tara #DAF6DB

RGB

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

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

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

R = 31.92%
G = 36.02%
B = 32.06%

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

#DAF6DB (or 0xDAF6DB) is known color: Tara. HEX triplet: DA, F6 and DB. RGB value is (218,246,219). Sum of RGB (Red+Green+Blue) = 218+246+219=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6DB is #250924. Grayscale: #EAEAEA. Windows color (decimal): -2427173 or 14415578. OLE color: 14415578.

HSL color Cylindrical-coordinate representation of color #DAF6DB: hue angle of 122.14º degrees, saturation: 0.61, 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 #DAF6DB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 219 -
CMYK 0.11 0 0.11 0.04
HSL 122.14º 0.61% 0.91% -
HSV(B) 122.14º 0.11% 0.96% -
XYZ 74.66 85.93 79.67 -
YUV 234.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 218 246 219 0.11 0 0.11 0.04 122.14 0.61 0.91
Hex DA F6 DB B 0 B 4 7A 3D 5B
Octal 332 366 333 13 0 13 4 172 75 133
Binary 11011010 11110110 11011011 1011 0 1011 100 1111010 111101 1011011

Color Harmonies of #DAF6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6DB

Black with #DAF6DB

Text Example


Text Example

White with #DAF6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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