#CADBBA

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

Shades of Ottoman #CADBBA

Tints of Ottoman #CADBBA

Color information

#CADBBA (or 0xCADBBA) is unknown color: approx Ottoman. HEX triplet: CA, DB and BA. RGB value is (202,219,186). Sum of RGB (Red+Green+Blue) = 202+219+186=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBBA is #352445. Grayscale: #D2D2D2. Windows color (decimal): -3482694 or 12245962. OLE color: 12245962.

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

Color convert

RGB202219186-
CMYK0.0800.150.14
HSL90.91º31.43%79.41%-
HSV(B)90.91º15.07%85.88%-
XYZ58.5566.7656.26-
YUV210.16114.37122.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=33.28%
G=36.08%
B=30.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191860.0800.150.1490.9131.4379.41
HexCADBBA80FE5b1f4f
Octal312333272100171613337117
Binary11001010110110111011101010000111111101011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBBA; }

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

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

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

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

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

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

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

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