#C7ADE2

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

Shades of Perfume #C7ADE2

Tints of Perfume #C7ADE2

Color information

#C7ADE2 (or 0xC7ADE2) is unknown color: approx Perfume. HEX triplet: C7, AD and E2. RGB value is (199,173,226). Sum of RGB (Red+Green+Blue) = 199+173+226=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #C7ADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADE2 is #38521D. Grayscale: #BABABA. Windows color (decimal): -3691038 or 14855623. OLE color: 14855623.

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

Color convert

RGB199173226-
CMYK0.120.2300.11
HSL269.43º47.75%78.24%-
HSV(B)269.43º23.45%88.63%-
XYZ52.2247.5278.37-
YUV186.82150.11136.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 226 (88.67% from 255) = 37.79%
R=33.28%
G=28.93%
B=37.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991732260.120.2300.11269.4347.7578.24
HexC7ADE2C170B10d304e
Octal307255342142701341560116
Binary110001111010110111100010110010111010111000011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADE2; }

 p { color: rgb(199,173,226); }

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

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

 a { background-color: rgb(199,173,226); }

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

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

 span { border-color: rgb(199,173,226); }

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