#D1DFAE

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

Shades of Reef #D1DFAE

Tints of Reef #D1DFAE

Color information

#D1DFAE (or 0xD1DFAE) is unknown color: approx Reef. HEX triplet: D1, DF and AE. RGB value is (209,223,174). Sum of RGB (Red+Green+Blue) = 209+223+174=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFAE is #2E2051. Grayscale: #D5D5D5. Windows color (decimal): -3022930 or 11460561. OLE color: 11460561.

HSL color Cylindrical-coordinate representation of color #D1DFAE: hue angle of 77.14º 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 #D1DFAE is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB209223174-
CMYK0.0600.220.13
HSL77.14º43.36%77.84%-
HSV(B)77.14º21.97%87.45%-
XYZ60.3269.3950.26-
YUV213.23105.86124.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=34.49%
G=36.80%
B=28.71%

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
Decimal2092231740.0600.220.1377.1443.3677.84
HexD1DFAE6016D4d2b4e
Octal32133725660261511553116
Binary110100011101111110101110110010110110110011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFAE; }

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

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

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

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

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

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

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

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