#D1DFAF

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

Shades of Reef #D1DFAF

Tints of Reef #D1DFAF

Color information

#D1DFAF (or 0xD1DFAF) is unknown color: approx Reef. HEX triplet: D1, DF and AF. RGB value is (209,223,175). Sum of RGB (Red+Green+Blue) = 209+223+175=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFAF is #2E2050. Grayscale: #D5D5D5. Windows color (decimal): -3022929 or 11526097. OLE color: 11526097.

HSL color Cylindrical-coordinate representation of color #D1DFAF: hue angle of 77.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1DFAF is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB209223175-
CMYK0.0600.220.13
HSL77.5º42.86%78.04%-
HSV(B)77.5º21.52%87.45%-
XYZ60.4269.4350.77-
YUV213.34106.36124.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.43%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=34.43%
G=36.74%
B=28.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092231750.0600.220.1377.542.8678.04
HexD1DFAF6016D4e2b4e
Octal32133725760261511653116
Binary110100011101111110101111110010110110110011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFAF; }

 p { color: rgb(209,223,175); }

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

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

 a { background-color: rgb(209,223,175); }

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

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

 span { border-color: rgb(209,223,175); }

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