#CBDBB9

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

Shades of Ottoman #CBDBB9

Tints of Ottoman #CBDBB9

Color information

#CBDBB9 (or 0xCBDBB9) is unknown color: approx Ottoman. HEX triplet: CB, DB and B9. RGB value is (203,219,185). Sum of RGB (Red+Green+Blue) = 203+219+185=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBB9 is #342446. Grayscale: #D2D2D2. Windows color (decimal): -3417159 or 12180427. OLE color: 12180427.

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

Color convert

RGB203219185-
CMYK0.0700.160.14
HSL88.24º32.08%79.22%-
HSV(B)88.24º15.53%85.88%-
XYZ58.7266.8655.71-
YUV210.34113.7122.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=33.44%
G=36.08%
B=30.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191850.0700.160.1488.2432.0879.22
HexCBDBB97010E58204f
Octal31333327170201613040117
Binary110010111101101110111001111010000111010110001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBB9; }

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

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

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

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

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

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

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

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