#CADABC

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

Shades of Ottoman #CADABC

Tints of Ottoman #CADABC

Color information

#CADABC (or 0xCADABC) is unknown color: approx Ottoman. HEX triplet: CA, DA and BC. RGB value is (202,218,188). Sum of RGB (Red+Green+Blue) = 202+218+188=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #CADABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADABC is #352543. Grayscale: #D1D1D1. Windows color (decimal): -3482948 or 12376778. OLE color: 12376778.

HSL color Cylindrical-coordinate representation of color #CADABC: hue angle of 92º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADABC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB202218188-
CMYK0.0700.140.15
HSL92º28.85%79.61%-
HSV(B)92º13.76%85.49%-
XYZ58.5166.3357.3-
YUV209.8115.7122.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=33.22%
G=35.86%
B=30.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181880.0700.140.159228.8579.61
HexCADABC70EF5c1d50
Octal31233227470161713435120
Binary1100101011011010101111001110111011111011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADABC; }

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

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

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

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

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

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

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

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