#D1DDCA

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

Shades of Ottoman #D1DDCA

Tints of Ottoman #D1DDCA

Color information

#D1DDCA (or 0xD1DDCA) is unknown color: approx Ottoman. HEX triplet: D1, DD and CA. RGB value is (209,221,202). Sum of RGB (Red+Green+Blue) = 209+221+202=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCA is #2E2235. Grayscale: #D7D7D7. Windows color (decimal): -3023414 or 13295057. OLE color: 13295057.

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

Color convert

RGB209221202-
CMYK0.0500.090.13
HSL97.89º21.84%82.94%-
HSV(B)97.89º8.6%86.67%-
XYZ62.8169.5365.99-
YUV215.25120.52123.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=33.07%
G=34.97%
B=31.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092212020.0500.090.1397.8921.8482.94
HexD1DDCA509D621653
Octal32133531250111514226123
Binary1101000111011101110010101010100111011100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDCA; }

 p { color: rgb(209,221,202); }

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

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

 a { background-color: rgb(209,221,202); }

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

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

 span { border-color: rgb(209,221,202); }

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