#CADEBA

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

Shades of Ottoman #CADEBA

Tints of Ottoman #CADEBA

Color information

#CADEBA (or 0xCADEBA) is unknown color: approx Ottoman. HEX triplet: CA, DE and BA. RGB value is (202,222,186). Sum of RGB (Red+Green+Blue) = 202+222+186=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEBA is #352145. Grayscale: #D4D4D4. Windows color (decimal): -3481926 or 12246730. OLE color: 12246730.

HSL color Cylindrical-coordinate representation of color #CADEBA: hue angle of 93.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADEBA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB202222186-
CMYK0.0900.160.13
HSL93.33º35.29%80%-
HSV(B)93.33º16.22%87.06%-
XYZ59.3468.3456.52-
YUV211.92113.37120.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=33.11%
G=36.39%
B=30.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221860.0900.160.1393.3335.2980
HexCADEBA9010D5d2350
Octal312336272110201513543120
Binary1100101011011110101110101001010000110110111011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEBA; }

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

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

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

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

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

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

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

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