Html Css Color HEX #DAF5AB Reef

📋 copy color: '#DAF5AB'

red 218 ◦ green 245 ◦ blue 171

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

Shades of Reef #DAF5AB

Tints of Reef #DAF5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.64%

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

R = 34.38%
G = 38.64%
B = 26.97%

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

#DAF5AB (or 0xDAF5AB) is known color: Reef. HEX triplet: DA, F5 and AB. RGB value is (218,245,171). Sum of RGB (Red+Green+Blue) = 218+245+171=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF5AB is #250A54. Grayscale: #E4E4E4. Windows color (decimal): -2427477 or 11269594. OLE color: 11269594.

HSL color Cylindrical-coordinate representation of color #DAF5AB: hue angle of 81.89º degrees, saturation: 0.79, 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 #DAF5AB is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 171 -
CMYK 0.11 0 0.30 0.04
HSL 81.89º 0.79% 0.82% -
HSV(B) 81.89º 0.3% 0.96% -
XYZ 68.92 83.15 50.95 -
YUV 228.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 218 245 171 0.11 0 0.30 0.04 81.89 0.79 0.82
Hex DA F5 AB B 0 1E 4 52 4F 52
Octal 332 365 253 13 0 36 4 122 117 122
Binary 11011010 11110101 10101011 1011 0 11110 100 1010010 1001111 1010010

Color Harmonies of #DAF5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF5AB

Black with #DAF5AB

Text Example


Text Example

White with #DAF5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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