#CBDBBB

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

Shades of Ottoman #CBDBBB

Tints of Ottoman #CBDBBB

Color information

#CBDBBB (or 0xCBDBBB) is unknown color: approx Ottoman. HEX triplet: CB, DB and BB. RGB value is (203,219,187). Sum of RGB (Red+Green+Blue) = 203+219+187=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBBB is #342444. Grayscale: #D2D2D2. Windows color (decimal): -3417157 or 12311499. OLE color: 12311499.

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

Color convert

RGB203219187-
CMYK0.0700.150.14
HSL90º30.77%79.61%-
HSV(B)90º14.61%85.88%-
XYZ58.9366.9556.83-
YUV210.57114.7122.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=33.33%
G=35.96%
B=30.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191870.0700.150.149030.7779.61
HexCBDBBB70FE5a1f50
Octal31333327370171613237120
Binary1100101111011011101110111110111111101011010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBBB; }

 p { color: rgb(203,219,187); }

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

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

 a { background-color: rgb(203,219,187); }

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

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

 span { border-color: rgb(203,219,187); }

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