Html Css Color HEX #DAF2AB Reef

📋 copy color: '#DAF2AB'

red 218 ◦ green 242 ◦ blue 171

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

Shades of Reef #DAF2AB

Tints of Reef #DAF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

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

R = 34.55%
G = 38.35%
B = 27.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DAF2AB (or 0xDAF2AB) is known color: Reef. HEX triplet: DA, F2 and AB. RGB value is (218,242,171). Sum of RGB (Red+Green+Blue) = 218+242+171=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2AB is #250D54. Grayscale: #E2E2E2. Windows color (decimal): -2428245 or 11268826. OLE color: 11268826.

HSL color Cylindrical-coordinate representation of color #DAF2AB: hue angle of 80.28º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAF2AB is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 171 -
CMYK 0.10 0 0.29 0.05
HSL 80.28º 0.73% 0.81% -
HSV(B) 80.28º 0.29% 0.95% -
XYZ 68.02 81.35 50.65 -
YUV 226.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 218 242 171 0.10 0 0.29 0.05 80.28 0.73 0.81
Hex DA F2 AB A 0 1D 5 50 49 51
Octal 332 362 253 12 0 35 5 120 111 121
Binary 11011010 11110010 10101011 1010 0 11101 101 1010000 1001001 1010001

Color Harmonies of #DAF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2AB

Black with #DAF2AB

Text Example


Text Example

White with #DAF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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