#CDDABA

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

Shades of Ottoman #CDDABA

Tints of Ottoman #CDDABA

Color information

#CDDABA (or 0xCDDABA) is unknown color: approx Ottoman. HEX triplet: CD, DA and BA. RGB value is (205,218,186). Sum of RGB (Red+Green+Blue) = 205+218+186=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDABA is #322545. Grayscale: #D2D2D2. Windows color (decimal): -3286342 or 12245709. OLE color: 12245709.

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

Color convert

RGB205218186-
CMYK0.0600.150.15
HSL84.38º30.19%79.22%-
HSV(B)84.38º14.68%85.49%-
XYZ59.1166.6756.21-
YUV210.46114.19124.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=33.66%
G=35.80%
B=30.54%

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
Decimal2052181860.0600.150.1584.3830.1979.22
HexCDDABA60FF541e4f
Octal31533227260171712436117
Binary1100110111011010101110101100111111111010100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDABA; }

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

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

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

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

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

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

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

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