#C7AFDE

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

Shades of Perfume #C7AFDE

Tints of Perfume #C7AFDE

Color information

#C7AFDE (or 0xC7AFDE) is unknown color: approx Perfume. HEX triplet: C7, AF and DE. RGB value is (199,175,222). Sum of RGB (Red+Green+Blue) = 199+175+222=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDE is #385021. Grayscale: #BBBBBB. Windows color (decimal): -3690530 or 14593991. OLE color: 14593991.

HSL color Cylindrical-coordinate representation of color #C7AFDE: hue angle of 270.64º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7AFDE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199175222-
CMYK0.100.2100.13
HSL270.64º41.59%77.84%-
HSV(B)270.64º21.17%87.06%-
XYZ52.0748.0875.64-
YUV187.53147.45136.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=33.39%
G=29.36%
B=37.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991752220.100.2100.13270.6441.5977.84
HexC7AFDEA150D10f2a4e
Octal307257336122501541752116
Binary110001111010111111011110101010101011011000011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFDE; }

 p { color: rgb(199,175,222); }

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

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

 a { background-color: rgb(199,175,222); }

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

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

 span { border-color: rgb(199,175,222); }

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