#CBD5BD

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

Shades of Ottoman #CBD5BD

Tints of Ottoman #CBD5BD

Color information

#CBD5BD (or 0xCBD5BD) is unknown color: approx Ottoman. HEX triplet: CB, D5 and BD. RGB value is (203,213,189). Sum of RGB (Red+Green+Blue) = 203+213+189=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5BD is #342A42. Grayscale: #CFCFCF. Windows color (decimal): -3418691 or 12441035. OLE color: 12441035.

HSL color Cylindrical-coordinate representation of color #CBD5BD: hue angle of 85º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD5BD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB203213189-
CMYK0.0500.110.16
HSL85º22.22%78.82%-
HSV(B)85º11.27%83.53%-
XYZ57.6163.9657.45-
YUV207.27117.69124.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=33.55%
G=35.21%
B=31.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131890.0500.110.168522.2278.82
HexCBD5BD50B1055164f
Octal31332527550132012526117
Binary11001011110101011011110110101011100001010101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5BD; }

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

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

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

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

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

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

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

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