#D1DF8E

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

Shades of Deco #D1DF8E

Tints of Deco #D1DF8E

Color information

#D1DF8E (or 0xD1DF8E) is unknown color: approx Deco. HEX triplet: D1, DF and 8E. RGB value is (209,223,142). Sum of RGB (Red+Green+Blue) = 209+223+142=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DF8E is #2E2071. Grayscale: #D1D1D1. Windows color (decimal): -3022962 or 9363409. OLE color: 9363409.

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

Color convert

RGB209223142-
CMYK0.0600.360.13
HSL70.37º55.86%71.57%-
HSV(B)70.37º36.32%87.45%-
XYZ57.5668.2835.74-
YUV209.5889.86127.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=36.41%
G=38.85%
B=24.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092231420.0600.360.1370.3755.8671.57
HexD1DF8E6024D463848
Octal32133721660441510670110
Binary1101000111011111100011101100100100110110001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DF8E; }

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

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

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

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

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

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

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

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