#DAF1AF

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

Shades of Reef #DAF1AF

Tints of Reef #DAF1AF

Color information

#DAF1AF (or 0xDAF1AF) is unknown color: approx Reef. HEX triplet: DA, F1 and AF. RGB value is (218,241,175). Sum of RGB (Red+Green+Blue) = 218+241+175=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1AF is #250E50. Grayscale: #E2E2E2. Windows color (decimal): -2428497 or 11530714. OLE color: 11530714.

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

Color convert

RGB218241175-
CMYK0.1000.270.05
HSL80.91º70.21%81.57%-
HSV(B)80.91º27.39%94.51%-
XYZ68.1180.9152.59-
YUV226.698.88121.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=34.38%
G=38.01%
B=27.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411750.1000.270.0580.9170.2181.57
HexDAF1AFA01B5514652
Octal332361257120335121106122
Binary1101101011110001101011111010011011101101000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1AF; }

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

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

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

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

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

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

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

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