#D0D3CC

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

Shades of Ottoman #D0D3CC

Tints of Ottoman #D0D3CC

Color information

#D0D3CC (or 0xD0D3CC) is unknown color: approx Ottoman. HEX triplet: D0, D3 and CC. RGB value is (208,211,204). Sum of RGB (Red+Green+Blue) = 208+211+204=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3CC is #2F2C33. Grayscale: #D1D1D1. Windows color (decimal): -3091508 or 13423568. OLE color: 13423568.

HSL color Cylindrical-coordinate representation of color #D0D3CC: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0D3CC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB208211204-
CMYK0.0100.030.17
HSL85.71º7.37%81.37%-
HSV(B)85.71º3.32%82.75%-
XYZ60.2164.3666.38-
YUV209.3125.01127.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=33.39%
G=33.87%
B=32.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082112040.0100.030.1785.717.3781.37
HexD0D3CC1031156751
Octal320323314103211267121
Binary11010000110100111100110010111000110101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3CC; }

 p { color: rgb(208,211,204); }

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

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

 a { background-color: rgb(208,211,204); }

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

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

 span { border-color: rgb(208,211,204); }

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