#CBD5BE

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

Shades of Ottoman #CBD5BE

Tints of Ottoman #CBD5BE

Color information

#CBD5BE (or 0xCBD5BE) is unknown color: approx Ottoman. HEX triplet: CB, D5 and BE. RGB value is (203,213,190). Sum of RGB (Red+Green+Blue) = 203+213+190=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5BE is #342A41. Grayscale: #CFCFCF. Windows color (decimal): -3418690 or 12506571. OLE color: 12506571.

HSL color Cylindrical-coordinate representation of color #CBD5BE: hue angle of 86.09º degrees, saturation: 0.21, 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 #CBD5BE is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB203213190-
CMYK0.0500.110.16
HSL86.09º21.5%79.02%-
HSV(B)86.09º10.8%83.53%-
XYZ57.726458.03-
YUV207.39118.19124.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=33.50%
G=35.15%
B=31.35%

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
Decimal2032131900.0500.110.1686.0921.579.02
HexCBD5BE50B1056154f
Octal31332527650132012625117
Binary11001011110101011011111010101011100001010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5BE; }

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

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

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

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

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

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

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

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