#D4DCCE

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

Shades of Ottoman #D4DCCE

Tints of Ottoman #D4DCCE

Color information

#D4DCCE (or 0xD4DCCE) is unknown color: approx Ottoman. HEX triplet: D4, DC and CE. RGB value is (212,220,206). Sum of RGB (Red+Green+Blue) = 212+220+206=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCCE is #2B2331. Grayscale: #D8D8D8. Windows color (decimal): -2827058 or 13556948. OLE color: 13556948.

HSL color Cylindrical-coordinate representation of color #D4DCCE: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DCCE is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB212220206-
CMYK0.0400.060.14
HSL94.29º16.67%83.53%-
HSV(B)94.29º6.36%86.27%-
XYZ63.8969.6468.47-
YUV216.01122.35125.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=33.23%
G=34.48%
B=32.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122202060.0400.060.1494.2916.6783.53
HexD4DCCE406E5e1154
Octal3243343164061613621124
Binary110101001101110011001110100011011101011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCCE; }

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

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

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

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

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

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

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

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