#CBD8B9

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

Shades of Ottoman #CBD8B9

Tints of Ottoman #CBD8B9

Color information

#CBD8B9 (or 0xCBD8B9) is unknown color: approx Ottoman. HEX triplet: CB, D8 and B9. RGB value is (203,216,185). Sum of RGB (Red+Green+Blue) = 203+216+185=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8B9 is #342746. Grayscale: #D0D0D0. Windows color (decimal): -3417927 or 12179659. OLE color: 12179659.

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

Color convert

RGB203216185-
CMYK0.0600.140.15
HSL85.16º28.44%78.63%-
HSV(B)85.16º14.35%84.71%-
XYZ57.9465.3155.45-
YUV208.58114.69124.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=33.61%
G=35.76%
B=30.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032161850.0600.140.1585.1628.4478.63
HexCBD8B960EF551c4f
Octal31333027160161712534117
Binary1100101111011000101110011100111011111010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8B9; }

 p { color: rgb(203,216,185); }

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

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

 a { background-color: rgb(203,216,185); }

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

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

 span { border-color: rgb(203,216,185); }

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