#D4DACF

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

Shades of Ottoman #D4DACF

Tints of Ottoman #D4DACF

Color information

#D4DACF (or 0xD4DACF) is unknown color: approx Ottoman. HEX triplet: D4, DA and CF. RGB value is (212,218,207). Sum of RGB (Red+Green+Blue) = 212+218+207=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DACF is #2B2530. Grayscale: #D6D6D6. Windows color (decimal): -2827569 or 13621972. OLE color: 13621972.

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

Color convert

RGB212218207-
CMYK0.0300.050.15
HSL92.73º12.94%83.33%-
HSV(B)92.73º5.05%85.49%-
XYZ63.4968.6468.94-
YUV214.95123.51125.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=33.28%
G=34.22%
B=32.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122182070.0300.050.1592.7312.9483.33
HexD4DACF305F5dd53
Octal3243323173051713515123
Binary1101010011011010110011111101011111101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DACF; }

 p { color: rgb(212,218,207); }

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

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

 a { background-color: rgb(212,218,207); }

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

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

 span { border-color: rgb(212,218,207); }

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