#DAF5AD

Color #DAF5AD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAF5AD

Tints of Reef #DAF5AD

Color information

#DAF5AD (or 0xDAF5AD) is unknown color: approx Reef. HEX triplet: DA, F5 and AD. RGB value is (218,245,173). Sum of RGB (Red+Green+Blue) = 218+245+173=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF5AD is #250A52. Grayscale: #E4E4E4. Windows color (decimal): -2427475 or 11400666. OLE color: 11400666.

HSL color Cylindrical-coordinate representation of color #DAF5AD: hue angle of 82.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAF5AD is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB218245173-
CMYK0.1100.290.04
HSL82.5º78.26%81.96%-
HSV(B)82.5º29.39%96.08%-
XYZ69.1183.2351.96-
YUV228.7296.55120.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=34.28%
G=38.52%
B=27.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182451730.1100.290.0482.578.2681.96
HexDAF5ADB01D4524e52
Octal332365255130354122116122
Binary1101101011110101101011011011011101100101001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5AD; }

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

 H1.HeaderClassName
 {
   color: #DAF5AD;
 }
 .AnyTagClassName
 {
   color: #DAF5AD;
 }
</style>
background-color css

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

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

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

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

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

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