#D2DCCA

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

Shades of Ottoman #D2DCCA

Tints of Ottoman #D2DCCA

Color information

#D2DCCA (or 0xD2DCCA) is unknown color: approx Ottoman. HEX triplet: D2, DC and CA. RGB value is (210,220,202). Sum of RGB (Red+Green+Blue) = 210+220+202=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCA is #2D2335. Grayscale: #D7D7D7. Windows color (decimal): -2958134 or 13294802. OLE color: 13294802.

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

Color convert

RGB210220202-
CMYK0.0500.080.14
HSL93.33º20.45%82.75%-
HSV(B)93.33º8.18%86.27%-
XYZ62.8369.1565.91-
YUV214.96120.69124.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=33.23%
G=34.81%
B=31.96%

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
Decimal2102202020.0500.080.1493.3320.4582.75
HexD2DCCA508E5d1453
Octal32233431250101613524123
Binary1101001011011100110010101010100011101011101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCCA; }

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

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

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

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

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

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

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

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