#D0D6C9

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

Shades of Ottoman #D0D6C9

Tints of Ottoman #D0D6C9

Color information

#D0D6C9 (or 0xD0D6C9) is unknown color: approx Ottoman. HEX triplet: D0, D6 and C9. RGB value is (208,214,201). Sum of RGB (Red+Green+Blue) = 208+214+201=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6C9 is #2F2936. Grayscale: #D2D2D2. Windows color (decimal): -3090743 or 13227728. OLE color: 13227728.

HSL color Cylindrical-coordinate representation of color #D0D6C9: hue angle of 87.69º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0D6C9 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB208214201-
CMYK0.0300.060.16
HSL87.69º13.68%81.37%-
HSV(B)87.69º6.07%83.92%-
XYZ60.665.7264.75-
YUV210.72122.51126.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=33.39%
G=34.35%
B=32.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082142010.0300.060.1687.6913.6881.37
HexD0D6C93061058e51
Octal3203263113062013016121
Binary11010000110101101100100111011010000101100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6C9; }

 p { color: rgb(208,214,201); }

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

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

 a { background-color: rgb(208,214,201); }

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

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

 span { border-color: rgb(208,214,201); }

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