#D0D6CC

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

Shades of Ottoman #D0D6CC

Tints of Ottoman #D0D6CC

Color information

#D0D6CC (or 0xD0D6CC) is unknown color: approx Ottoman. HEX triplet: D0, D6 and CC. RGB value is (208,214,204). Sum of RGB (Red+Green+Blue) = 208+214+204=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6CC is #2F2933. Grayscale: #D3D3D3. Windows color (decimal): -3090740 or 13424336. OLE color: 13424336.

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

Color convert

RGB208214204-
CMYK0.0300.050.16
HSL96º10.87%81.96%-
HSV(B)96º4.67%83.92%-
XYZ60.9665.8666.63-
YUV211.07124.01125.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=33.23%
G=34.19%
B=32.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082142040.0300.050.169610.8781.96
HexD0D6CC3051060b52
Octal3203263143052014013122
Binary11010000110101101100110011010110000110000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6CC; }

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

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

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

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

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

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

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

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