#CDDDBB

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

Shades of Ottoman #CDDDBB

Tints of Ottoman #CDDDBB

Color information

#CDDDBB (or 0xCDDDBB) is unknown color: approx Ottoman. HEX triplet: CD, DD and BB. RGB value is (205,221,187). Sum of RGB (Red+Green+Blue) = 205+221+187=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDBB is #322244. Grayscale: #D4D4D4. Windows color (decimal): -3285573 or 12312013. OLE color: 12312013.

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

Color convert

RGB205221187-
CMYK0.0700.150.13
HSL88.24º33.33%80%-
HSV(B)88.24º15.38%86.67%-
XYZ6068.2857.03-
YUV212.34113.7122.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=33.44%
G=36.05%
B=30.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211870.0700.150.1388.2433.3380
HexCDDDBB70FD582150
Octal31533527370171513041120
Binary11001101110111011011101111101111110110110001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDBB; }

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

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

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

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

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

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

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

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