#CDDBBB

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

Shades of Ottoman #CDDBBB

Tints of Ottoman #CDDBBB

Color information

#CDDBBB (or 0xCDDBBB) is unknown color: approx Ottoman. HEX triplet: CD, DB and BB. RGB value is (205,219,187). Sum of RGB (Red+Green+Blue) = 205+219+187=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBBB is #322444. Grayscale: #D3D3D3. Windows color (decimal): -3286085 or 12311501. OLE color: 12311501.

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

Color convert

RGB205219187-
CMYK0.0600.150.14
HSL86.25º30.77%79.61%-
HSV(B)86.25º14.61%85.88%-
XYZ59.4867.2356.86-
YUV211.17114.36123.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=33.55%
G=35.84%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191870.0600.150.1486.2530.7779.61
HexCDDBBB60FE561f50
Octal31533327360171612637120
Binary1100110111011011101110111100111111101010110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBBB; }

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

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

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

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

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

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

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

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