#CDDDBD

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

Shades of Ottoman #CDDDBD

Tints of Ottoman #CDDDBD

Color information

#CDDDBD (or 0xCDDDBD) is unknown color: approx Ottoman. HEX triplet: CD, DD and BD. RGB value is (205,221,189). Sum of RGB (Red+Green+Blue) = 205+221+189=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDBD is #322242. Grayscale: #D4D4D4. Windows color (decimal): -3285571 or 12443085. OLE color: 12443085.

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

Color convert

RGB205221189-
CMYK0.0700.140.13
HSL90º32%80.39%-
HSV(B)90º14.48%86.67%-
XYZ60.2268.3758.17-
YUV212.57114.7122.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=33.33%
G=35.93%
B=30.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211890.0700.140.13903280.39
HexCDDDBD70ED5a2050
Octal31533527570161513240120
Binary11001101110111011011110111101110110110110101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDBD; }

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

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

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

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

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

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

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

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