#CDDBBD

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

Shades of Ottoman #CDDBBD

Tints of Ottoman #CDDBBD

Color information

#CDDBBD (or 0xCDDBBD) is unknown color: approx Ottoman. HEX triplet: CD, DB and BD. RGB value is (205,219,189). Sum of RGB (Red+Green+Blue) = 205+219+189=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBBD is #322442. Grayscale: #D3D3D3. Windows color (decimal): -3286083 or 12442573. OLE color: 12442573.

HSL color Cylindrical-coordinate representation of color #CDDBBD: hue angle of 88º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDBBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB205219189-
CMYK0.0600.140.14
HSL88º29.41%80%-
HSV(B)88º13.7%85.88%-
XYZ59.6967.3257.99-
YUV211.39115.36123.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=33.44%
G=35.73%
B=30.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191890.0600.140.148829.4180
HexCDDBBD60EE581d50
Octal31533327560161613035120
Binary1100110111011011101111011100111011101011000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBBD; }

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

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

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

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

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

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

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

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