#D0D4CE

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

Shades of Ottoman #D0D4CE

Tints of Ottoman #D0D4CE

Color information

#D0D4CE (or 0xD0D4CE) is unknown color: approx Ottoman. HEX triplet: D0, D4 and CE. RGB value is (208,212,206). Sum of RGB (Red+Green+Blue) = 208+212+206=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4CE is #2F2B31. Grayscale: #D2D2D2. Windows color (decimal): -3091250 or 13554896. OLE color: 13554896.

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

Color convert

RGB208212206-
CMYK0.0200.030.17
HSL100º6.52%81.96%-
HSV(B)100º2.83%83.14%-
XYZ60.764.9567.73-
YUV210.12125.67126.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=33.23%
G=33.87%
B=32.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082122060.0200.030.171006.5281.96
HexD0D4CE2031164752
Octal320324316203211447122
Binary110100001101010011001110100111000111001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4CE; }

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

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

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

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

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

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

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

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