#D4DCCC

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

Shades of Ottoman #D4DCCC

Tints of Ottoman #D4DCCC

Color information

#D4DCCC (or 0xD4DCCC) is unknown color: approx Ottoman. HEX triplet: D4, DC and CC. RGB value is (212,220,204). Sum of RGB (Red+Green+Blue) = 212+220+204=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCCC is #2B2333. Grayscale: #D7D7D7. Windows color (decimal): -2827060 or 13425876. OLE color: 13425876.

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

Color convert

RGB212220204-
CMYK0.0400.070.14
HSL90º18.6%83.14%-
HSV(B)90º7.27%86.27%-
XYZ63.6469.5467.2-
YUV215.78121.35125.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=33.33%
G=34.59%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122202040.0400.070.149018.683.14
HexD4DCCC407E5a1353
Octal3243343144071613223123
Binary110101001101110011001100100011111101011010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCCC; }

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

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

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

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

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

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

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

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