#D4DBCE

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

Shades of Ottoman #D4DBCE

Tints of Ottoman #D4DBCE

Color information

#D4DBCE (or 0xD4DBCE) is unknown color: approx Ottoman. HEX triplet: D4, DB and CE. RGB value is (212,219,206). Sum of RGB (Red+Green+Blue) = 212+219+206=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBCE is #2B2431. Grayscale: #D7D7D7. Windows color (decimal): -2827314 or 13556692. OLE color: 13556692.

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

Color convert

RGB212219206-
CMYK0.0300.060.14
HSL92.31º15.29%83.33%-
HSV(B)92.31º5.94%85.88%-
XYZ63.6269.1268.38-
YUV215.42122.68125.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=33.28%
G=34.38%
B=32.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122192060.0300.060.1492.3115.2983.33
HexD4DBCE306E5cf53
Octal3243333163061613417123
Binary1101010011011011110011101101101110101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBCE; }

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

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

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

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

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

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

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

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