Html Css Color HEX #DAFFAD Reef

📋 copy color: '#DAFFAD'

red 218 ◦ green 255 ◦ blue 173

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

Shades of Reef #DAFFAD

Tints of Reef #DAFFAD

RGB

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

 GREEN value IS 255 (100% from 255) = 39.47%

 BLUE value IS 173 (67.97% from 255) = 26.78%

R = 33.75%
G = 39.47%
B = 26.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#DAFFAD (or 0xDAFFAD) is known color: Reef. HEX triplet: DA, FF and AD. RGB value is (218,255,173). Sum of RGB (Red+Green+Blue) = 218+255+173=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFAD is #250052. Grayscale: #EAEAEA. Windows color (decimal): -2424915 or 11403226. OLE color: 11403226.

HSL color Cylindrical-coordinate representation of color #DAFFAD: hue angle of 87.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFFAD is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 173 -
CMYK 0.15 0 0.32 0
HSL 87.07º 1% 0.84% -
HSV(B) 87.07º 0.32% 1% -
XYZ 72.22 89.44 52.99 -
YUV 234.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 218 255 173 0.15 0 0.32 0 87.07 1 0.84
Hex DA FF AD F 0 20 0 57 64 54
Octal 332 377 255 17 0 40 0 127 144 124
Binary 11011010 11111111 10101101 1111 0 100000 0 1010111 1100100 1010100

Color Harmonies of #DAFFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFAD

Black with #DAFFAD

Text Example


Text Example

White with #DAFFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFAD; }

 p { color: rgb(218,255,173); }

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

background-color css

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

 a { background-color: rgb(218,255,173); }

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

border-color css

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

 span { border-color: rgb(218,255,173); }

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