Html Css Color HEX #DAEFDB Tara

📋 copy color: '#DAEFDB'

red 218 ◦ green 239 ◦ blue 219

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

Shades of Tara #DAEFDB

Tints of Tara #DAEFDB

RGB

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

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

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

R = 32.25%
G = 35.36%
B = 32.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#DAEFDB (or 0xDAEFDB) is known color: Tara. HEX triplet: DA, EF and DB. RGB value is (218,239,219). Sum of RGB (Red+Green+Blue) = 218+239+219=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDB is #251024. Grayscale: #E6E6E6. Windows color (decimal): -2428965 or 14413786. OLE color: 14413786.

HSL color Cylindrical-coordinate representation of color #DAEFDB: hue angle of 122.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFDB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 219 -
CMYK 0.09 0 0.08 0.06
HSL 122.86º 0.4% 0.9% -
HSV(B) 122.86º 0.09% 0.94% -
XYZ 72.57 81.75 78.97 -
YUV 230.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 218 239 219 0.09 0 0.08 0.06 122.86 0.4 0.9
Hex DA EF DB 9 0 8 6 7B 28 5A
Octal 332 357 333 11 0 10 6 173 50 132
Binary 11011010 11101111 11011011 1001 0 1000 110 1111011 101000 1011010

Color Harmonies of #DAEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFDB

Black with #DAEFDB

Text Example


Text Example

White with #DAEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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