#C4AFDE

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

Shades of Perfume #C4AFDE

Tints of Perfume #C4AFDE

Color information

#C4AFDE (or 0xC4AFDE) is unknown color: approx Perfume. HEX triplet: C4, AF and DE. RGB value is (196,175,222). Sum of RGB (Red+Green+Blue) = 196+175+222=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDE is #3B5021. Grayscale: #BABABA. Windows color (decimal): -3887138 or 14593988. OLE color: 14593988.

HSL color Cylindrical-coordinate representation of color #C4AFDE: hue angle of 266.81º 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 #C4AFDE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196175222-
CMYK0.120.2100.13
HSL266.81º41.59%77.84%-
HSV(B)266.81º21.17%87.06%-
XYZ51.2847.6775.61-
YUV186.64147.96134.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.05%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=33.05%
G=29.51%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961752220.120.2100.13266.8141.5977.84
HexC4AFDEC150D10b2a4e
Octal304257336142501541352116
Binary110001001010111111011110110010101011011000010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFDE; }

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

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

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

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

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

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

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

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