Html Css Color HEX #DAF7DC Tara

📋 copy color: '#DAF7DC'

red 218 ◦ green 247 ◦ blue 220

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

Shades of Tara #DAF7DC

Tints of Tara #DAF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.06%

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

R = 31.82%
G = 36.06%
B = 32.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#DAF7DC (or 0xDAF7DC) is known color: Tara. HEX triplet: DA, F7 and DC. RGB value is (218,247,220). Sum of RGB (Red+Green+Blue) = 218+247+220=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7DC is #250823. Grayscale: #EBEBEB. Windows color (decimal): -2426916 or 14481370. OLE color: 14481370.

HSL color Cylindrical-coordinate representation of color #DAF7DC: hue angle of 124.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7DC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 220 -
CMYK 0.12 0 0.11 0.03
HSL 124.14º 0.64% 0.91% -
HSV(B) 124.14º 0.12% 0.97% -
XYZ 75.09 86.59 80.47 -
YUV 235.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 218 247 220 0.12 0 0.11 0.03 124.14 0.64 0.91
Hex DA F7 DC C 0 B 3 7C 40 5B
Octal 332 367 334 14 0 13 3 174 100 133
Binary 11011010 11110111 11011100 1100 0 1011 11 1111100 1000000 1011011

Color Harmonies of #DAF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF7DC

Black with #DAF7DC

Text Example


Text Example

White with #DAF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF7DC; }

 p { color: rgb(218,247,220); }

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

background-color css

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

 a { background-color: rgb(218,247,220); }

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

border-color css

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

 span { border-color: rgb(218,247,220); }

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