#CBDABB

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

Shades of Ottoman #CBDABB

Tints of Ottoman #CBDABB

Color information

#CBDABB (or 0xCBDABB) is unknown color: approx Ottoman. HEX triplet: CB, DA and BB. RGB value is (203,218,187). Sum of RGB (Red+Green+Blue) = 203+218+187=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDABB is #342544. Grayscale: #D2D2D2. Windows color (decimal): -3417413 or 12311243. OLE color: 12311243.

HSL color Cylindrical-coordinate representation of color #CBDABB: hue angle of 89.03º degrees, saturation: 0.3, 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 #CBDABB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB203218187-
CMYK0.0700.140.15
HSL89.03º29.52%79.41%-
HSV(B)89.03º14.22%85.49%-
XYZ58.6766.4356.74-
YUV209.98115.03123.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=33.39%
G=35.86%
B=30.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181870.0700.140.1589.0329.5279.41
HexCBDABB70EF591e4f
Octal31333227370161713136117
Binary1100101111011010101110111110111011111011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDABB; }

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

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

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

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

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

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

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

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