#D1DBC3

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

Shades of Ottoman #D1DBC3

Tints of Ottoman #D1DBC3

Color information

#D1DBC3 (or 0xD1DBC3) is unknown color: approx Ottoman. HEX triplet: D1, DB and C3. RGB value is (209,219,195). Sum of RGB (Red+Green+Blue) = 209+219+195=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBC3 is #2E243C. Grayscale: #D5D5D5. Windows color (decimal): -3023933 or 12835793. OLE color: 12835793.

HSL color Cylindrical-coordinate representation of color #D1DBC3: hue angle of 85º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DBC3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB209219195-
CMYK0.0500.110.14
HSL85º25%81.18%-
HSV(B)85º10.96%85.88%-
XYZ61.4868.1661.55-
YUV213.27117.69124.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.55%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=33.55%
G=35.15%
B=31.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092191950.0500.110.14852581.18
HexD1DBC350BE551951
Octal32133330350131612531121
Binary1101000111011011110000111010101111101010101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBC3; }

 p { color: rgb(209,219,195); }

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

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

 a { background-color: rgb(209,219,195); }

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

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

 span { border-color: rgb(209,219,195); }

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