#D1E1C1

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

Shades of Ottoman #D1E1C1

Tints of Ottoman #D1E1C1

Color information

#D1E1C1 (or 0xD1E1C1) is unknown color: approx Ottoman. HEX triplet: D1, E1 and C1. RGB value is (209,225,193). Sum of RGB (Red+Green+Blue) = 209+225+193=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1C1 is #2E1E3E. Grayscale: #D8D8D8. Windows color (decimal): -3022399 or 12706257. OLE color: 12706257.

HSL color Cylindrical-coordinate representation of color #D1E1C1: hue angle of 90º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1E1C1 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB209225193-
CMYK0.0700.140.12
HSL90º34.78%81.96%-
HSV(B)90º14.22%88.24%-
XYZ62.8571.2660.89-
YUV216.57114.7122.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 193 (75.78% from 255) = 30.78%
R=33.33%
G=35.89%
B=30.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092251930.0700.140.129034.7881.96
HexD1E1C170EC5a2352
Octal32134130170161413243122
Binary11010001111000011100000111101110110010110101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1C1; }

 p { color: rgb(209,225,193); }

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

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

 a { background-color: rgb(209,225,193); }

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

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

 span { border-color: rgb(209,225,193); }

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