#D6DDCD

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

Shades of Ottoman #D6DDCD

Tints of Ottoman #D6DDCD

Color information

#D6DDCD (or 0xD6DDCD) is unknown color: approx Ottoman. HEX triplet: D6, DD and CD. RGB value is (214,221,205). Sum of RGB (Red+Green+Blue) = 214+221+205=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCD is #292232. Grayscale: #D9D9D9. Windows color (decimal): -2695731 or 13491670. OLE color: 13491670.

HSL color Cylindrical-coordinate representation of color #D6DDCD: hue angle of 86.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DDCD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB214221205-
CMYK0.0300.070.13
HSL86.25º19.05%83.53%-
HSV(B)86.25º7.24%86.67%-
XYZ64.6170.4267.94-
YUV217.08121.18125.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=33.44%
G=34.53%
B=32.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142212050.0300.070.1386.2519.0583.53
HexD6DDCD307D561354
Octal3263353153071512623124
Binary11010110110111011100110111011111011010110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDCD; }

 p { color: rgb(214,221,205); }

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

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

 a { background-color: rgb(214,221,205); }

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

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

 span { border-color: rgb(214,221,205); }

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