#D0DBCA

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

Shades of Ottoman #D0DBCA

Tints of Ottoman #D0DBCA

Color information

#D0DBCA (or 0xD0DBCA) is unknown color: approx Ottoman. HEX triplet: D0, DB and CA. RGB value is (208,219,202). Sum of RGB (Red+Green+Blue) = 208+219+202=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBCA is #2F2435. Grayscale: #D5D5D5. Windows color (decimal): -3089462 or 13294544. OLE color: 13294544.

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

Color convert

RGB208219202-
CMYK0.0500.080.14
HSL98.82º19.1%82.55%-
HSV(B)98.82º7.76%85.88%-
XYZ6268.3465.8-
YUV213.77121.36123.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=33.07%
G=34.82%
B=32.11%

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
Decimal2082192020.0500.080.1498.8219.182.55
HexD0DBCA508E631353
Octal32033331250101614323123
Binary1101000011011011110010101010100011101100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBCA; }

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

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

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

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

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

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

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

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