#CCDABA

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

Shades of Ottoman #CCDABA

Tints of Ottoman #CCDABA

Color information

#CCDABA (or 0xCCDABA) is unknown color: approx Ottoman. HEX triplet: CC, DA and BA. RGB value is (204,218,186). Sum of RGB (Red+Green+Blue) = 204+218+186=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABA is #332545. Grayscale: #D2D2D2. Windows color (decimal): -3351878 or 12245708. OLE color: 12245708.

HSL color Cylindrical-coordinate representation of color #CCDABA: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDABA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB204218186-
CMYK0.0600.150.15
HSL86.25º30.19%79.22%-
HSV(B)86.25º14.68%85.49%-
XYZ58.8466.5356.19-
YUV210.17114.36123.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=33.55%
G=35.86%
B=30.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181860.0600.150.1586.2530.1979.22
HexCCDABA60FF561e4f
Octal31433227260171712636117
Binary1100110011011010101110101100111111111010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDABA; }

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

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

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

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

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

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

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

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