#CADABD

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

Shades of Ottoman #CADABD

Tints of Ottoman #CADABD

Color information

#CADABD (or 0xCADABD) is unknown color: approx Ottoman. HEX triplet: CA, DA and BD. RGB value is (202,218,189). Sum of RGB (Red+Green+Blue) = 202+218+189=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #CADABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADABD is #352542. Grayscale: #D2D2D2. Windows color (decimal): -3482947 or 12442314. OLE color: 12442314.

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

Color convert

RGB202218189-
CMYK0.0700.130.15
HSL93.1º28.16%79.8%-
HSV(B)93.1º13.3%85.49%-
XYZ58.6166.3757.87-
YUV209.91116.2122.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=33.17%
G=35.80%
B=31.03%

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
Decimal2022181890.0700.130.1593.128.1679.8
HexCADABD70DF5d1c50
Octal31233227570151713534120
Binary1100101011011010101111011110110111111011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADABD; }

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

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

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

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

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

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

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

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