#D1DFB0

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

Shades of Reef #D1DFB0

Tints of Reef #D1DFB0

Color information

#D1DFB0 (or 0xD1DFB0) is unknown color: approx Reef. HEX triplet: D1, DF and B0. RGB value is (209,223,176). Sum of RGB (Red+Green+Blue) = 209+223+176=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFB0 is #2E204F. Grayscale: #D5D5D5. Windows color (decimal): -3022928 or 11591633. OLE color: 11591633.

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

Color convert

RGB209223176-
CMYK0.0600.210.13
HSL77.87º42.34%78.24%-
HSV(B)77.87º21.08%87.45%-
XYZ60.5269.4751.29-
YUV213.46106.86124.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=34.38%
G=36.68%
B=28.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092231760.0600.210.1377.8742.3478.24
HexD1DFB06015D4e2a4e
Octal32133726060251511652116
Binary110100011101111110110000110010101110110011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFB0; }

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

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

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

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

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

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

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

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