#D2D5CE

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

Shades of Ottoman #D2D5CE

Tints of Ottoman #D2D5CE

Color information

#D2D5CE (or 0xD2D5CE) is unknown color: approx Ottoman. HEX triplet: D2, D5 and CE. RGB value is (210,213,206). Sum of RGB (Red+Green+Blue) = 210+213+206=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5CE is #2D2A31. Grayscale: #D3D3D3. Windows color (decimal): -2959922 or 13555154. OLE color: 13555154.

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

Color convert

RGB210213206-
CMYK0.0100.030.16
HSL85.71º7.69%82.16%-
HSV(B)85.71º3.29%83.53%-
XYZ61.5165.7567.84-
YUV211.3125.01127.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=33.39%
G=33.86%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102132060.0100.030.1685.717.6982.16
HexD2D5CE1031056852
Octal3223253161032012610122
Binary110100101101010111001110101110000101011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5CE; }

 p { color: rgb(210,213,206); }

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

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

 a { background-color: rgb(210,213,206); }

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

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

 span { border-color: rgb(210,213,206); }

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