#D4DBCA

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

Shades of Ottoman #D4DBCA

Tints of Ottoman #D4DBCA

Color information

#D4DBCA (or 0xD4DBCA) is unknown color: approx Ottoman. HEX triplet: D4, DB and CA. RGB value is (212,219,202). Sum of RGB (Red+Green+Blue) = 212+219+202=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBCA is #2B2435. Grayscale: #D7D7D7. Windows color (decimal): -2827318 or 13294548. OLE color: 13294548.

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

Color convert

RGB212219202-
CMYK0.0300.080.14
HSL84.71º19.1%82.55%-
HSV(B)84.71º7.76%85.88%-
XYZ63.1468.9265.85-
YUV214.97120.68125.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=33.49%
G=34.60%
B=31.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122192020.0300.080.1484.7119.182.55
HexD4DBCA308E551353
Octal32433331230101612523123
Binary110101001101101111001010110100011101010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBCA; }

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

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

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

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

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

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

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

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