#CADBB7

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

Shades of Ottoman #CADBB7

Tints of Ottoman #CADBB7

Color information

#CADBB7 (or 0xCADBB7) is unknown color: approx Ottoman. HEX triplet: CA, DB and B7. RGB value is (202,219,183). Sum of RGB (Red+Green+Blue) = 202+219+183=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBB7 is #352448. Grayscale: #D1D1D1. Windows color (decimal): -3482697 or 12049354. OLE color: 12049354.

HSL color Cylindrical-coordinate representation of color #CADBB7: hue angle of 88.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADBB7 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB202219183-
CMYK0.0800.160.14
HSL88.33º33.33%78.82%-
HSV(B)88.33º16.44%85.88%-
XYZ58.2466.6454.59-
YUV209.81112.87122.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=33.44%
G=36.26%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191830.0800.160.1488.3333.3378.82
HexCADBB78010E58214f
Octal312333267100201613041117
Binary1100101011011011101101111000010000111010110001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBB7; }

 p { color: rgb(202,219,183); }

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

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

 a { background-color: rgb(202,219,183); }

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

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

 span { border-color: rgb(202,219,183); }

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