#C9AFDF

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

Shades of Perfume #C9AFDF

Tints of Perfume #C9AFDF

Color information

#C9AFDF (or 0xC9AFDF) is unknown color: approx Perfume. HEX triplet: C9, AF and DF. RGB value is (201,175,223). Sum of RGB (Red+Green+Blue) = 201+175+223=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDF is #365020. Grayscale: #BCBCBC. Windows color (decimal): -3559457 or 14659529. OLE color: 14659529.

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

Color convert

RGB201175223-
CMYK0.100.2200.13
HSL272.5º42.86%78.04%-
HSV(B)272.5º21.52%87.45%-
XYZ52.7448.4176.38-
YUV188.25147.61137.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=33.56%
G=29.22%
B=37.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011752230.100.2200.13272.542.8678.04
HexC9AFDFA160D1102b4e
Octal311257337122601542053116
Binary110010011010111111011111101010110011011000100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFDF; }

 p { color: rgb(201,175,223); }

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

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

 a { background-color: rgb(201,175,223); }

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

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

 span { border-color: rgb(201,175,223); }

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