#D0D3CE

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

Shades of Ottoman #D0D3CE

Tints of Ottoman #D0D3CE

Color information

#D0D3CE (or 0xD0D3CE) is unknown color: approx Ottoman. HEX triplet: D0, D3 and CE. RGB value is (208,211,206). Sum of RGB (Red+Green+Blue) = 208+211+206=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3CE is #2F2C31. Grayscale: #D1D1D1. Windows color (decimal): -3091506 or 13554640. OLE color: 13554640.

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

Color convert

RGB208211206-
CMYK0.0100.020.17
HSL96º5.38%81.76%-
HSV(B)96º2.37%82.75%-
XYZ60.4564.4567.65-
YUV209.53126.01126.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=33.28%
G=33.76%
B=32.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082112060.0100.020.17965.3881.76
HexD0D3CE1021160552
Octal320323316102211405122
Binary11010000110100111100111010101000111000001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3CE; }

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

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

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

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

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

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

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

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