Html Css Color HEX #DAF1AB Reef

📋 copy color: '#DAF1AB'

red 218 ◦ green 241 ◦ blue 171

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

Shades of Reef #DAF1AB

Tints of Reef #DAF1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.25%

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

R = 34.6%
G = 38.25%
B = 27.14%

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

#DAF1AB (or 0xDAF1AB) is known color: Reef. HEX triplet: DA, F1 and AB. RGB value is (218,241,171). Sum of RGB (Red+Green+Blue) = 218+241+171=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1AB is #250E54. Grayscale: #E2E2E2. Windows color (decimal): -2428501 or 11268570. OLE color: 11268570.

HSL color Cylindrical-coordinate representation of color #DAF1AB: hue angle of 79.71º degrees, saturation: 0.71, 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 #DAF1AB is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 171 -
CMYK 0.10 0 0.29 0.05
HSL 79.71º 0.71% 0.81% -
HSV(B) 79.71º 0.29% 0.95% -
XYZ 67.72 80.76 50.55 -
YUV 226.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 218 241 171 0.10 0 0.29 0.05 79.71 0.71 0.81
Hex DA F1 AB A 0 1D 5 50 47 51
Octal 332 361 253 12 0 35 5 120 107 121
Binary 11011010 11110001 10101011 1010 0 11101 101 1010000 1000111 1010001

Color Harmonies of #DAF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1AB

Black with #DAF1AB

Text Example


Text Example

White with #DAF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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