#C1ADD0

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

Shades of Perfume #C1ADD0

Tints of Perfume #C1ADD0

Color information

#C1ADD0 (or 0xC1ADD0) is unknown color: approx Perfume. HEX triplet: C1, AD and D0. RGB value is (193,173,208). Sum of RGB (Red+Green+Blue) = 193+173+208=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADD0 is #3E522F. Grayscale: #B6B6B6. Windows color (decimal): -4084272 or 13675969. OLE color: 13675969.

HSL color Cylindrical-coordinate representation of color #C1ADD0: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1ADD0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193173208-
CMYK0.070.1700.18
HSL274.29º27.13%74.71%-
HSV(B)274.29º16.83%81.57%-
XYZ48.3245.7865.96-
YUV182.97142.13135.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.62%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=33.62%
G=30.14%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931732080.070.1700.18274.2927.1374.71
HexC1ADD07110121121b4b
Octal30125532072102242233113
Binary11000001101011011101000011110001010010100010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADD0; }

 p { color: rgb(193,173,208); }

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

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

 a { background-color: rgb(193,173,208); }

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

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

 span { border-color: rgb(193,173,208); }

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