#CBDDB3

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

Shades of Ottoman #CBDDB3

Tints of Ottoman #CBDDB3

Color information

#CBDDB3 (or 0xCBDDB3) is unknown color: approx Ottoman. HEX triplet: CB, DD and B3. RGB value is (203,221,179). Sum of RGB (Red+Green+Blue) = 203+221+179=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDB3 is #34224C. Grayscale: #D2D2D2. Windows color (decimal): -3416653 or 11787723. OLE color: 11787723.

HSL color Cylindrical-coordinate representation of color #CBDDB3: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB203221179-
CMYK0.0800.190.13
HSL85.71º38.18%78.43%-
HSV(B)85.71º19%86.67%-
XYZ58.6267.6652.62-
YUV210.83110.04122.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=33.67%
G=36.65%
B=29.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211790.0800.190.1385.7138.1878.43
HexCBDDB38013D56264e
Octal313335263100231512646116
Binary1100101111011101101100111000010011110110101101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDB3; }

 p { color: rgb(203,221,179); }

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

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

 a { background-color: rgb(203,221,179); }

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

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

 span { border-color: rgb(203,221,179); }

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