#D1DFAB

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

Shades of Reef #D1DFAB

Tints of Reef #D1DFAB

Color information

#D1DFAB (or 0xD1DFAB) is unknown color: approx Reef. HEX triplet: D1, DF and AB. RGB value is (209,223,171). Sum of RGB (Red+Green+Blue) = 209+223+171=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFAB is #2E2054. Grayscale: #D5D5D5. Windows color (decimal): -3022933 or 11263953. OLE color: 11263953.

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

Color convert

RGB209223171-
CMYK0.0600.230.13
HSL76.15º44.83%77.25%-
HSV(B)76.15º23.32%87.45%-
XYZ60.0369.2748.73-
YUV212.89104.36125.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=34.66%
G=36.98%
B=28.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092231710.0600.230.1376.1544.8377.25
HexD1DFAB6017D4c2d4d
Octal32133725360271511455115
Binary110100011101111110101011110010111110110011001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFAB; }

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

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

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

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

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

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

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

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