#D1DD9E

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

Shades of Reef #D1DD9E

Tints of Reef #D1DD9E

Color information

#D1DD9E (or 0xD1DD9E) is unknown color: approx Reef. HEX triplet: D1, DD and 9E. RGB value is (209,221,158). Sum of RGB (Red+Green+Blue) = 209+221+158=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DD9E is #2E2261. Grayscale: #D2D2D2. Windows color (decimal): -3023458 or 10411473. OLE color: 10411473.

HSL color Cylindrical-coordinate representation of color #D1DD9E: hue angle of 71.43º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1DD9E is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB209221158-
CMYK0.0500.290.13
HSL71.43º48.09%74.31%-
HSV(B)71.43º28.51%86.67%-
XYZ58.3267.7442.35-
YUV210.2398.52127.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=35.54%
G=37.59%
B=26.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211580.0500.290.1371.4348.0974.31
HexD1DD9E501DD47304a
Octal32133523650351510760112
Binary110100011101110110011110101011101110110001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD9E; }

 p { color: rgb(209,221,158); }

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

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

 a { background-color: rgb(209,221,158); }

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

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

 span { border-color: rgb(209,221,158); }

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