Html Css Color HEX #DAEFD8 Tara

📋 copy color: '#DAEFD8'

red 218 ◦ green 239 ◦ blue 216

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

Shades of Tara #DAEFD8

Tints of Tara #DAEFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.51%

 BLUE value IS 216 (84.77% from 255) = 32.1%

R = 32.39%
G = 35.51%
B = 32.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#DAEFD8 (or 0xDAEFD8) is known color: Tara. HEX triplet: DA, EF and D8. RGB value is (218,239,216). Sum of RGB (Red+Green+Blue) = 218+239+216=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD8 is #251027. Grayscale: #E6E6E6. Windows color (decimal): -2428968 or 14217178. OLE color: 14217178.

HSL color Cylindrical-coordinate representation of color #DAEFD8: hue angle of 114.78º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEFD8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 216 -
CMYK 0.09 0 0.10 0.06
HSL 114.78º 0.42% 0.89% -
HSV(B) 114.78º 0.1% 0.94% -
XYZ 72.17 81.6 76.91 -
YUV 230.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 218 239 216 0.09 0 0.10 0.06 114.78 0.42 0.89
Hex DA EF D8 9 0 A 6 73 2A 59
Octal 332 357 330 11 0 12 6 163 52 131
Binary 11011010 11101111 11011000 1001 0 1010 110 1110011 101010 1011001

Color Harmonies of #DAEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFD8

Black with #DAEFD8

Text Example


Text Example

White with #DAEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFD8; }

 p { color: rgb(218,239,216); }

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

background-color css

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

 a { background-color: rgb(218,239,216); }

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

border-color css

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

 span { border-color: rgb(218,239,216); }

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