#D5DACE

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

Shades of Ottoman #D5DACE

Tints of Ottoman #D5DACE

Color information

#D5DACE (or 0xD5DACE) is unknown color: approx Ottoman. HEX triplet: D5, DA and CE. RGB value is (213,218,206). Sum of RGB (Red+Green+Blue) = 213+218+206=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DACE is #2A2531. Grayscale: #D7D7D7. Windows color (decimal): -2762034 or 13556437. OLE color: 13556437.

HSL color Cylindrical-coordinate representation of color #D5DACE: hue angle of 85º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5DACE is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB213218206-
CMYK0.0200.060.15
HSL85º13.95%83.14%-
HSV(B)85º5.5%85.49%-
XYZ63.6568.7568.31-
YUV215.14122.84126.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=33.44%
G=34.22%
B=32.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132182060.0200.060.158513.9583.14
HexD5DACE206F55e53
Octal3253323162061712516123
Binary1101010111011010110011101001101111101010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DACE; }

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

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

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

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

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

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

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

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