Html Css Color HEX #DAFAA8 Reef

📋 copy color: '#DAFAA8'

red 218 ◦ green 250 ◦ blue 168

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

Shades of Reef #DAFAA8

Tints of Reef #DAFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

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

R = 34.28%
G = 39.31%
B = 26.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DAFAA8 (or 0xDAFAA8) is known color: Reef. HEX triplet: DA, FA and A8. RGB value is (218,250,168). Sum of RGB (Red+Green+Blue) = 218+250+168=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAA8 is #250557. Grayscale: #E7E7E7. Windows color (decimal): -2426200 or 11074266. OLE color: 11074266.

HSL color Cylindrical-coordinate representation of color #DAFAA8: hue angle of 83.41º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAFAA8 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 168 -
CMYK 0.13 0 0.33 0.02
HSL 83.41º 0.89% 0.82% -
HSV(B) 83.41º 0.33% 0.98% -
XYZ 70.17 86.1 49.97 -
YUV 231.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 218 250 168 0.13 0 0.33 0.02 83.41 0.89 0.82
Hex DA FA A8 D 0 21 2 53 59 52
Octal 332 372 250 15 0 41 2 123 131 122
Binary 11011010 11111010 10101000 1101 0 100001 10 1010011 1011001 1010010

Color Harmonies of #DAFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAA8

Black with #DAFAA8

Text Example


Text Example

White with #DAFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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