#C3ADD5

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

Shades of Perfume #C3ADD5

Tints of Perfume #C3ADD5

Color information

#C3ADD5 (or 0xC3ADD5) is unknown color: approx Perfume. HEX triplet: C3, AD and D5. RGB value is (195,173,213). Sum of RGB (Red+Green+Blue) = 195+173+213=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADD5 is #3C522A. Grayscale: #B8B8B8. Windows color (decimal): -3953195 or 14003651. OLE color: 14003651.

HSL color Cylindrical-coordinate representation of color #C3ADD5: hue angle of 273º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3ADD5 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195173213-
CMYK0.080.1900.16
HSL273º32.26%75.69%-
HSV(B)273º18.78%83.53%-
XYZ49.4646.2969.28-
YUV184.14144.29135.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=33.56%
G=29.78%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951732130.080.1900.1627332.2675.69
HexC3ADD5813010111204c
Octal303255325102302042140114
Binary1100001110101101110101011000100110100001000100011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADD5; }

 p { color: rgb(195,173,213); }

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

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

 a { background-color: rgb(195,173,213); }

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

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

 span { border-color: rgb(195,173,213); }

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