Html Css Color HEX #DAFDDB Tara

📋 copy color: '#DAFDDB'

red 218 ◦ green 253 ◦ blue 219

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

Shades of Tara #DAFDDB

Tints of Tara #DAFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.67%

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

R = 31.59%
G = 36.67%
B = 31.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#DAFDDB (or 0xDAFDDB) is known color: Tara. HEX triplet: DA, FD and DB. RGB value is (218,253,219). Sum of RGB (Red+Green+Blue) = 218+253+219=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDDB is #250224. Grayscale: #EEEEEE. Windows color (decimal): -2425381 or 14417370. OLE color: 14417370.

HSL color Cylindrical-coordinate representation of color #DAFDDB: hue angle of 121.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDDB is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 219 -
CMYK 0.14 0 0.13 0.01
HSL 121.71º 0.9% 0.92% -
HSV(B) 121.71º 0.14% 0.99% -
XYZ 76.82 90.27 80.39 -
YUV 238.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 218 253 219 0.14 0 0.13 0.01 121.71 0.9 0.92
Hex DA FD DB E 0 D 1 7A 5A 5C
Octal 332 375 333 16 0 15 1 172 132 134
Binary 11011010 11111101 11011011 1110 0 1101 1 1111010 1011010 1011100

Color Harmonies of #DAFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDDB

Black with #DAFDDB

Text Example


Text Example

White with #DAFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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