#CBDABD

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

Shades of Ottoman #CBDABD

Tints of Ottoman #CBDABD

Color information

#CBDABD (or 0xCBDABD) is unknown color: approx Ottoman. HEX triplet: CB, DA and BD. RGB value is (203,218,189). Sum of RGB (Red+Green+Blue) = 203+218+189=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDABD is #342542. Grayscale: #D2D2D2. Windows color (decimal): -3417411 or 12442315. OLE color: 12442315.

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

Color convert

RGB203218189-
CMYK0.0700.130.15
HSL91.03º28.16%79.8%-
HSV(B)91.03º13.3%85.49%-
XYZ58.8966.5157.88-
YUV210.21116.03122.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=33.28%
G=35.74%
B=30.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181890.0700.130.1591.0328.1679.8
HexCBDABD70DF5b1c50
Octal31333227570151713334120
Binary1100101111011010101111011110110111111011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDABD; }

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

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

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

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

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

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

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

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