#D0DBC4

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

Shades of Ottoman #D0DBC4

Tints of Ottoman #D0DBC4

Color information

#D0DBC4 (or 0xD0DBC4) is unknown color: approx Ottoman. HEX triplet: D0, DB and C4. RGB value is (208,219,196). Sum of RGB (Red+Green+Blue) = 208+219+196=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBC4 is #2F243B. Grayscale: #D5D5D5. Windows color (decimal): -3089468 or 12901328. OLE color: 12901328.

HSL color Cylindrical-coordinate representation of color #D0DBC4: hue angle of 88.7º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DBC4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB208219196-
CMYK0.0500.110.14
HSL88.7º24.21%81.37%-
HSV(B)88.7º10.5%85.88%-
XYZ61.3168.0662.13-
YUV213.09118.36124.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=33.39%
G=35.15%
B=31.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191960.0500.110.1488.724.2181.37
HexD0DBC450BE591851
Octal32033330450131613130121
Binary1101000011011011110001001010101111101011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBC4; }

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

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

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

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

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

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

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

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