#CCDDBD

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

Shades of Ottoman #CCDDBD

Tints of Ottoman #CCDDBD

Color information

#CCDDBD (or 0xCCDDBD) is unknown color: approx Ottoman. HEX triplet: CC, DD and BD. RGB value is (204,221,189). Sum of RGB (Red+Green+Blue) = 204+221+189=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBD is #332242. Grayscale: #D4D4D4. Windows color (decimal): -3351107 or 12443084. OLE color: 12443084.

HSL color Cylindrical-coordinate representation of color #CCDDBD: hue angle of 91.87º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDDBD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB204221189-
CMYK0.0800.140.13
HSL91.87º32%80.39%-
HSV(B)91.87º14.48%86.67%-
XYZ59.9468.2258.15-
YUV212.27114.87122.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=33.22%
G=35.99%
B=30.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211890.0800.140.1391.873280.39
HexCCDDBD80ED5c2050
Octal314335275100161513440120
Binary110011001101110110111101100001110110110111001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDBD; }

 p { color: rgb(204,221,189); }

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

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

 a { background-color: rgb(204,221,189); }

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

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

 span { border-color: rgb(204,221,189); }

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