Html Css Color HEX #DAFAA1 Reef

📋 copy color: '#DAFAA1'

red 218 ◦ green 250 ◦ blue 161

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

Shades of Reef #DAFAA1

Tints of Reef #DAFAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.6%

R = 34.66%
G = 39.75%
B = 25.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#DAFAA1 (or 0xDAFAA1) is known color: Reef. HEX triplet: DA, FA and A1. RGB value is (218,250,161). Sum of RGB (Red+Green+Blue) = 218+250+161=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAA1 is #25055E. Grayscale: #E6E6E6. Windows color (decimal): -2426207 or 10615514. OLE color: 10615514.

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

Color convert

RGB 218 250 161 -
CMYK 0.13 0 0.36 0.02
HSL 81.57º 0.9% 0.81% -
HSV(B) 81.57º 0.36% 0.98% -
XYZ 69.53 85.85 46.62 -
YUV 230.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 218 250 161 0.13 0 0.36 0.02 81.57 0.9 0.81
Hex DA FA A1 D 0 24 2 52 5A 51
Octal 332 372 241 15 0 44 2 122 132 121
Binary 11011010 11111010 10100001 1101 0 100100 10 1010010 1011010 1010001

Color Harmonies of #DAFAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAA1

Black with #DAFAA1

Text Example


Text Example

White with #DAFAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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