#C1AFD5

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

Shades of Perfume #C1AFD5

Tints of Perfume #C1AFD5

Color information

#C1AFD5 (or 0xC1AFD5) is unknown color: approx Perfume. HEX triplet: C1, AF and D5. RGB value is (193,175,213). Sum of RGB (Red+Green+Blue) = 193+175+213=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFD5 is #3E502A. Grayscale: #B8B8B8. Windows color (decimal): -4083755 or 14004161. OLE color: 14004161.

HSL color Cylindrical-coordinate representation of color #C1AFD5: hue angle of 268.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AFD5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193175213-
CMYK0.090.1800.16
HSL268.42º31.15%76.08%-
HSV(B)268.42º17.84%83.53%-
XYZ49.3346.869.38-
YUV184.71143.96133.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=33.22%
G=30.12%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931752130.090.1800.16268.4231.1576.08
HexC1AFD591201010c1f4c
Octal301257325112202041437114
Binary110000011010111111010101100110010010000100001100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFD5; }

 p { color: rgb(193,175,213); }

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

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

 a { background-color: rgb(193,175,213); }

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

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

 span { border-color: rgb(193,175,213); }

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