Html Css Color HEX #DAFFA8 Reef

📋 copy color: '#DAFFA8'

red 218 ◦ green 255 ◦ blue 168

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

Shades of Reef #DAFFA8

Tints of Reef #DAFFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 34.01%
G = 39.78%
B = 26.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#DAFFA8 (or 0xDAFFA8) is known color: Reef. HEX triplet: DA, FF and A8. RGB value is (218,255,168). Sum of RGB (Red+Green+Blue) = 218+255+168=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFA8 is #250057. Grayscale: #EAEAEA. Windows color (decimal): -2424920 or 11075546. OLE color: 11075546.

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

Color convert

RGB 218 255 168 -
CMYK 0.15 0 0.34 0
HSL 85.52º 1% 0.83% -
HSV(B) 85.52º 0.34% 1% -
XYZ 71.74 89.25 50.49 -
YUV 234.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 218 255 168 0.15 0 0.34 0 85.52 1 0.83
Hex DA FF A8 F 0 22 0 56 64 53
Octal 332 377 250 17 0 42 0 126 144 123
Binary 11011010 11111111 10101000 1111 0 100010 0 1010110 1100100 1010011

Color Harmonies of #DAFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFA8

Black with #DAFFA8

Text Example


Text Example

White with #DAFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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