#CADDBA

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

Shades of Ottoman #CADDBA

Tints of Ottoman #CADDBA

Color information

#CADDBA (or 0xCADDBA) is unknown color: approx Ottoman. HEX triplet: CA, DD and BA. RGB value is (202,221,186). Sum of RGB (Red+Green+Blue) = 202+221+186=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBA is #352245. Grayscale: #D3D3D3. Windows color (decimal): -3482182 or 12246474. OLE color: 12246474.

HSL color Cylindrical-coordinate representation of color #CADDBA: hue angle of 92.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADDBA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB202221186-
CMYK0.0900.160.13
HSL92.57º33.98%79.8%-
HSV(B)92.57º15.84%86.67%-
XYZ59.0867.8156.43-
YUV211.33113.71121.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=33.17%
G=36.29%
B=30.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211860.0900.160.1392.5733.9879.8
HexCADDBA9010D5d2250
Octal312335272110201513542120
Binary1100101011011101101110101001010000110110111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDBA; }

 p { color: rgb(202,221,186); }

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

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

 a { background-color: rgb(202,221,186); }

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

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

 span { border-color: rgb(202,221,186); }

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