Html Css Color HEX #DAF8AB Reef

📋 copy color: '#DAF8AB'

red 218 ◦ green 248 ◦ blue 171

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

Shades of Reef #DAF8AB

Tints of Reef #DAF8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.93%

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

R = 34.22%
G = 38.93%
B = 26.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#DAF8AB (or 0xDAF8AB) is known color: Reef. HEX triplet: DA, F8 and AB. RGB value is (218,248,171). Sum of RGB (Red+Green+Blue) = 218+248+171=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF8AB is #250754. Grayscale: #E6E6E6. Windows color (decimal): -2426709 or 11270362. OLE color: 11270362.

HSL color Cylindrical-coordinate representation of color #DAF8AB: hue angle of 83.38º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAF8AB is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 171 -
CMYK 0.12 0 0.31 0.03
HSL 83.38º 0.85% 0.82% -
HSV(B) 83.38º 0.31% 0.97% -
XYZ 69.83 84.98 51.25 -
YUV 230.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 218 248 171 0.12 0 0.31 0.03 83.38 0.85 0.82
Hex DA F8 AB C 0 1F 3 53 55 52
Octal 332 370 253 14 0 37 3 123 125 122
Binary 11011010 11111000 10101011 1100 0 11111 11 1010011 1010101 1010010

Color Harmonies of #DAF8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8AB

Black with #DAF8AB

Text Example


Text Example

White with #DAF8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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