#C4AFDC

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

Shades of Perfume #C4AFDC

Tints of Perfume #C4AFDC

Color information

#C4AFDC (or 0xC4AFDC) is unknown color: approx Perfume. HEX triplet: C4, AF and DC. RGB value is (196,175,220). Sum of RGB (Red+Green+Blue) = 196+175+220=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDC is #3B5023. Grayscale: #BABABA. Windows color (decimal): -3887140 or 14462916. OLE color: 14462916.

HSL color Cylindrical-coordinate representation of color #C4AFDC: hue angle of 268º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4AFDC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196175220-
CMYK0.110.2000.14
HSL268º39.13%77.45%-
HSV(B)268º20.45%86.27%-
XYZ51.0147.5674.2-
YUV186.41146.96134.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=33.16%
G=29.61%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961752200.110.2000.1426839.1377.45
HexC4AFDCB140E10c274d
Octal304257334132401641447115
Binary110001001010111111011100101110100011101000011001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFDC; }

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

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

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

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

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

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

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

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