Html Css Color HEX #DAFBA6 Reef

📋 copy color: '#DAFBA6'

red 218 ◦ green 251 ◦ blue 166

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

Shades of Reef #DAFBA6

Tints of Reef #DAFBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.53%

 BLUE value IS 166 (65.23% from 255) = 26.14%

R = 34.33%
G = 39.53%
B = 26.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DAFBA6 (or 0xDAFBA6) is known color: Reef. HEX triplet: DA, FB and A6. RGB value is (218,251,166). Sum of RGB (Red+Green+Blue) = 218+251+166=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 166 (65.23% from 255 or 26.14% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBA6 is #250459. Grayscale: #E7E7E7. Windows color (decimal): -2425946 or 10943450. OLE color: 10943450.

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

Color convert

RGB 218 251 166 -
CMYK 0.13 0 0.34 0.02
HSL 83.29º 0.91% 0.82% -
HSV(B) 83.29º 0.34% 0.98% -
XYZ 70.29 86.65 49.1 -
YUV 231.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 218 251 166 0.13 0 0.34 0.02 83.29 0.91 0.82
Hex DA FB A6 D 0 22 2 53 5B 52
Octal 332 373 246 15 0 42 2 123 133 122
Binary 11011010 11111011 10100110 1101 0 100010 10 1010011 1011011 1010010

Color Harmonies of #DAFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBA6

Black with #DAFBA6

Text Example


Text Example

White with #DAFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBA6; }

 p { color: rgb(218,251,166); }

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

background-color css

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

 a { background-color: rgb(218,251,166); }

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

border-color css

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

 span { border-color: rgb(218,251,166); }

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