#CAD9BD

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

Shades of Ottoman #CAD9BD

Tints of Ottoman #CAD9BD

Color information

#CAD9BD (or 0xCAD9BD) is unknown color: approx Ottoman. HEX triplet: CA, D9 and BD. RGB value is (202,217,189). Sum of RGB (Red+Green+Blue) = 202+217+189=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9BD is #352642. Grayscale: #D1D1D1. Windows color (decimal): -3483203 or 12442058. OLE color: 12442058.

HSL color Cylindrical-coordinate representation of color #CAD9BD: hue angle of 92.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAD9BD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB202217189-
CMYK0.0700.130.15
HSL92.14º26.92%79.61%-
HSV(B)92.14º12.9%85.1%-
XYZ58.3665.8657.78-
YUV209.32116.53122.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=33.22%
G=35.69%
B=31.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171890.0700.130.1592.1426.9279.61
HexCAD9BD70DF5c1b50
Octal31233127570151713433120
Binary1100101011011001101111011110110111111011100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9BD; }

 p { color: rgb(202,217,189); }

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

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

 a { background-color: rgb(202,217,189); }

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

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

 span { border-color: rgb(202,217,189); }

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