#C3ADE1

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

Shades of Perfume #C3ADE1

Tints of Perfume #C3ADE1

Color information

#C3ADE1 (or 0xC3ADE1) is unknown color: approx Perfume. HEX triplet: C3, AD and E1. RGB value is (195,173,225). Sum of RGB (Red+Green+Blue) = 195+173+225=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADE1 is #3C521E. Grayscale: #B9B9B9. Windows color (decimal): -3953183 or 14790083. OLE color: 14790083.

HSL color Cylindrical-coordinate representation of color #C3ADE1: hue angle of 265.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3ADE1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195173225-
CMYK0.130.2300.12
HSL265.38º46.43%78.04%-
HSV(B)265.38º23.11%88.24%-
XYZ51.0446.9377.6-
YUV185.51150.29134.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=32.88%
G=29.17%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951732250.130.2300.12265.3846.4378.04
HexC3ADE1D170C1092e4e
Octal303255341152701441156116
Binary110000111010110111100001110110111011001000010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADE1; }

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

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

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

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

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

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

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

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