Html Css Color HEX #DAFAB1 Reef

📋 copy color: '#DAFAB1'

red 218 ◦ green 250 ◦ blue 177

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

Shades of Reef #DAFAB1

Tints of Reef #DAFAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.44%

R = 33.8%
G = 38.76%
B = 27.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DAFAB1 (or 0xDAFAB1) is known color: Reef. HEX triplet: DA, FA and B1. RGB value is (218,250,177). Sum of RGB (Red+Green+Blue) = 218+250+177=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAB1 is #25054E. Grayscale: #E8E8E8. Windows color (decimal): -2426191 or 11664090. OLE color: 11664090.

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

Color convert

RGB 218 250 177 -
CMYK 0.13 0 0.29 0.02
HSL 86.3º 0.88% 0.84% -
HSV(B) 86.3º 0.29% 0.98% -
XYZ 71.03 86.45 54.54 -
YUV 232.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 218 250 177 0.13 0 0.29 0.02 86.3 0.88 0.84
Hex DA FA B1 D 0 1D 2 56 58 54
Octal 332 372 261 15 0 35 2 126 130 124
Binary 11011010 11111010 10110001 1101 0 11101 10 1010110 1011000 1010100

Color Harmonies of #DAFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAB1

Black with #DAFAB1

Text Example


Text Example

White with #DAFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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