#CBD9BE

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

Shades of Ottoman #CBD9BE

Tints of Ottoman #CBD9BE

Color information

#CBD9BE (or 0xCBD9BE) is unknown color: approx Ottoman. HEX triplet: CB, D9 and BE. RGB value is (203,217,190). Sum of RGB (Red+Green+Blue) = 203+217+190=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9BE is #342641. Grayscale: #D1D1D1. Windows color (decimal): -3417666 or 12507595. OLE color: 12507595.

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

Color convert

RGB203217190-
CMYK0.0600.120.15
HSL91.11º26.21%79.8%-
HSV(B)91.11º12.44%85.1%-
XYZ58.7466.0458.37-
YUV209.74116.86123.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=33.28%
G=35.57%
B=31.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171900.0600.120.1591.1126.2179.8
HexCBD9BE60CF5b1a50
Octal31333127660141713332120
Binary1100101111011001101111101100110011111011011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9BE; }

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

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

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

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

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

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

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

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