#D4DDCE

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

Shades of Ottoman #D4DDCE

Tints of Ottoman #D4DDCE

Color information

#D4DDCE (or 0xD4DDCE) is unknown color: approx Ottoman. HEX triplet: D4, DD and CE. RGB value is (212,221,206). Sum of RGB (Red+Green+Blue) = 212+221+206=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCE is #2B2231. Grayscale: #D8D8D8. Windows color (decimal): -2826802 or 13557204. OLE color: 13557204.

HSL color Cylindrical-coordinate representation of color #D4DDCE: hue angle of 96º degrees, saturation: 0.18, 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 #D4DDCE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB212221206-
CMYK0.0400.070.13
HSL96º18.07%83.73%-
HSV(B)96º6.79%86.67%-
XYZ64.1570.1768.55-
YUV216.6122.02124.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=33.18%
G=34.59%
B=32.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122212060.0400.070.139618.0783.73
HexD4DDCE407D601254
Octal3243353164071514022124
Binary110101001101110111001110100011111011100000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDCE; }

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

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

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

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

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

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

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

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