#CAD9B8

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

Shades of Ottoman #CAD9B8

Tints of Ottoman #CAD9B8

Color information

#CAD9B8 (or 0xCAD9B8) is unknown color: approx Ottoman. HEX triplet: CA, D9 and B8. RGB value is (202,217,184). Sum of RGB (Red+Green+Blue) = 202+217+184=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9B8 is #352647. Grayscale: #D0D0D0. Windows color (decimal): -3483208 or 12114378. OLE color: 12114378.

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

Color convert

RGB202217184-
CMYK0.0700.150.15
HSL87.27º30.28%78.63%-
HSV(B)87.27º15.21%85.1%-
XYZ57.8265.6454.97-
YUV208.75114.03123.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 184 (72.27% from 255) = 30.51%
R=33.50%
G=35.99%
B=30.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171840.0700.150.1587.2730.2878.63
HexCAD9B870FF571e4f
Octal31233127070171712736117
Binary1100101011011001101110001110111111111010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9B8; }

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

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

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

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

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

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

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

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