#CBDDBD

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

Shades of Ottoman #CBDDBD

Tints of Ottoman #CBDDBD

Color information

#CBDDBD (or 0xCBDDBD) is unknown color: approx Ottoman. HEX triplet: CB, DD and BD. RGB value is (203,221,189). Sum of RGB (Red+Green+Blue) = 203+221+189=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDBD is #342242. Grayscale: #D4D4D4. Windows color (decimal): -3416643 or 12443083. OLE color: 12443083.

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

Color convert

RGB203221189-
CMYK0.0800.140.13
HSL93.75º32%80.39%-
HSV(B)93.75º14.48%86.67%-
XYZ59.6768.0858.14-
YUV211.97115.04121.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=33.12%
G=36.05%
B=30.83%

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
Decimal2032211890.0800.140.1393.753280.39
HexCBDDBD80ED5e2050
Octal313335275100161513640120
Binary110010111101110110111101100001110110110111101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDBD; }

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

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

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

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

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

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

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

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