#D4DACE

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

Shades of Ottoman #D4DACE

Tints of Ottoman #D4DACE

Color information

#D4DACE (or 0xD4DACE) is unknown color: approx Ottoman. HEX triplet: D4, DA and CE. RGB value is (212,218,206). Sum of RGB (Red+Green+Blue) = 212+218+206=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DACE is #2B2531. Grayscale: #D6D6D6. Windows color (decimal): -2827570 or 13556436. OLE color: 13556436.

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

Color convert

RGB212218206-
CMYK0.0300.060.15
HSL90º13.95%83.14%-
HSV(B)90º5.5%85.49%-
XYZ63.3668.668.29-
YUV214.84123.01125.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=33.33%
G=34.28%
B=32.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122182060.0300.060.159013.9583.14
HexD4DACE306F5ae53
Octal3243323163061713216123
Binary1101010011011010110011101101101111101101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DACE; }

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

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

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

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

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

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

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

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