#DAF6AD

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

Shades of Reef #DAF6AD

Tints of Reef #DAF6AD

Color information

#DAF6AD (or 0xDAF6AD) is unknown color: approx Reef. HEX triplet: DA, F6 and AD. RGB value is (218,246,173). Sum of RGB (Red+Green+Blue) = 218+246+173=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF6AD is #250952. Grayscale: #E5E5E5. Windows color (decimal): -2427219 or 11400922. OLE color: 11400922.

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

Color convert

RGB218246173-
CMYK0.1100.300.04
HSL83.01º80.22%82.16%-
HSV(B)83.01º29.67%96.47%-
XYZ69.4183.8352.06-
YUV229.3196.22119.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=34.22%
G=38.62%
B=27.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461730.1100.300.0483.0180.2282.16
HexDAF6ADB01E4535052
Octal332366255130364123120122
Binary1101101011110110101011011011011110100101001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6AD; }

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

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

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

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

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

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

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

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