#CCD9BA

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

Shades of Ottoman #CCD9BA

Tints of Ottoman #CCD9BA

Color information

#CCD9BA (or 0xCCD9BA) is unknown color: approx Ottoman. HEX triplet: CC, D9 and BA. RGB value is (204,217,186). Sum of RGB (Red+Green+Blue) = 204+217+186=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9BA is #332645. Grayscale: #D1D1D1. Windows color (decimal): -3352134 or 12245452. OLE color: 12245452.

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

Color convert

RGB204217186-
CMYK0.0600.140.15
HSL85.16º28.97%79.02%-
HSV(B)85.16º14.29%85.1%-
XYZ58.5866.0156.11-
YUV209.58114.69124.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=33.61%
G=35.75%
B=30.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171860.0600.140.1585.1628.9779.02
HexCCD9BA60EF551d4f
Octal31433127260161712535117
Binary1100110011011001101110101100111011111010101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9BA; }

 p { color: rgb(204,217,186); }

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

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

 a { background-color: rgb(204,217,186); }

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

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

 span { border-color: rgb(204,217,186); }

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