Html Css Color HEX #DAF0AB Reef

📋 copy color: '#DAF0AB'

red 218 ◦ green 240 ◦ blue 171

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

Shades of Reef #DAF0AB

Tints of Reef #DAF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.16%

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

R = 34.66%
G = 38.16%
B = 27.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#DAF0AB (or 0xDAF0AB) is known color: Reef. HEX triplet: DA, F0 and AB. RGB value is (218,240,171). Sum of RGB (Red+Green+Blue) = 218+240+171=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF0AB is #250F54. Grayscale: #E1E1E1. Windows color (decimal): -2428757 or 11268314. OLE color: 11268314.

HSL color Cylindrical-coordinate representation of color #DAF0AB: hue angle of 79.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAF0AB is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 171 -
CMYK 0.09 0 0.29 0.06
HSL 79.13º 0.7% 0.81% -
HSV(B) 79.13º 0.29% 0.94% -
XYZ 67.42 80.17 50.45 -
YUV 225.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 218 240 171 0.09 0 0.29 0.06 79.13 0.7 0.81
Hex DA F0 AB 9 0 1D 6 4F 46 51
Octal 332 360 253 11 0 35 6 117 106 121
Binary 11011010 11110000 10101011 1001 0 11101 110 1001111 1000110 1010001

Color Harmonies of #DAF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0AB

Black with #DAF0AB

Text Example


Text Example

White with #DAF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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