Html Css Color HEX #DAF6AB Reef

📋 copy color: '#DAF6AB'

red 218 ◦ green 246 ◦ blue 171

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

Shades of Reef #DAF6AB

Tints of Reef #DAF6AB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.74%

 BLUE value IS 171 (67.19% from 255) = 26.93%

R = 34.33%
G = 38.74%
B = 26.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DAF6AB (or 0xDAF6AB) is known color: Reef. HEX triplet: DA, F6 and AB. RGB value is (218,246,171). Sum of RGB (Red+Green+Blue) = 218+246+171=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF6AB is #250954. Grayscale: #E5E5E5. Windows color (decimal): -2427221 or 11269850. OLE color: 11269850.

HSL color Cylindrical-coordinate representation of color #DAF6AB: hue angle of 82.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAF6AB is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 171 -
CMYK 0.11 0 0.30 0.04
HSL 82.4º 0.81% 0.82% -
HSV(B) 82.4º 0.3% 0.96% -
XYZ 69.22 83.76 51.05 -
YUV 229.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 218 246 171 0.11 0 0.30 0.04 82.4 0.81 0.82
Hex DA F6 AB B 0 1E 4 52 51 52
Octal 332 366 253 13 0 36 4 122 121 122
Binary 11011010 11110110 10101011 1011 0 11110 100 1010010 1010001 1010010

Color Harmonies of #DAF6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6AB

Black with #DAF6AB

Text Example


Text Example

White with #DAF6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6AB; }

 p { color: rgb(218,246,171); }

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

background-color css

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

 a { background-color: rgb(218,246,171); }

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

border-color css

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

 span { border-color: rgb(218,246,171); }

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