#D1DCCA

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

Shades of Ottoman #D1DCCA

Tints of Ottoman #D1DCCA

Color information

#D1DCCA (or 0xD1DCCA) is unknown color: approx Ottoman. HEX triplet: D1, DC and CA. RGB value is (209,220,202). Sum of RGB (Red+Green+Blue) = 209+220+202=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCA is #2E2335. Grayscale: #D6D6D6. Windows color (decimal): -3023670 or 13294801. OLE color: 13294801.

HSL color Cylindrical-coordinate representation of color #D1DCCA: hue angle of 96.67º degrees, saturation: 0.2, 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 #D1DCCA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB209220202-
CMYK0.0500.080.14
HSL96.67º20.45%82.75%-
HSV(B)96.67º8.18%86.27%-
XYZ62.5569.0165.9-
YUV214.66120.86123.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=33.12%
G=34.87%
B=32.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092202020.0500.080.1496.6720.4582.75
HexD1DCCA508E611453
Octal32133431250101614124123
Binary1101000111011100110010101010100011101100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCCA; }

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

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

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

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

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

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

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

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