#CBD6BE

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

Shades of Ottoman #CBD6BE

Tints of Ottoman #CBD6BE

Color information

#CBD6BE (or 0xCBD6BE) is unknown color: approx Ottoman. HEX triplet: CB, D6 and BE. RGB value is (203,214,190). Sum of RGB (Red+Green+Blue) = 203+214+190=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6BE is #342941. Grayscale: #D0D0D0. Windows color (decimal): -3418434 or 12506827. OLE color: 12506827.

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

Color convert

RGB203214190-
CMYK0.0500.110.16
HSL87.5º22.64%79.22%-
HSV(B)87.5º11.21%83.92%-
XYZ57.9764.5158.11-
YUV207.98117.86124.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=33.44%
G=35.26%
B=31.30%

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
Decimal2032141900.0500.110.1687.522.6479.22
HexCBD6BE50B1057174f
Octal31332627650132012727117
Binary11001011110101101011111010101011100001010111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6BE; }

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

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

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

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

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

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

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

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