#CFAFE8

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

Shades of Perfume #CFAFE8

Tints of Perfume #CFAFE8

Color information

#CFAFE8 (or 0xCFAFE8) is unknown color: approx Perfume. HEX triplet: CF, AF and E8. RGB value is (207,175,232). Sum of RGB (Red+Green+Blue) = 207+175+232=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFE8 is #305017. Grayscale: #BEBEBE. Windows color (decimal): -3166232 or 15249359. OLE color: 15249359.

HSL color Cylindrical-coordinate representation of color #CFAFE8: hue angle of 273.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFAFE8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207175232-
CMYK0.110.2500.09
HSL273.68º55.34%79.8%-
HSV(B)273.68º24.57%90.98%-
XYZ55.6349.7583.02-
YUV191.07151.1139.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=33.71%
G=28.50%
B=37.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071752320.110.2500.09273.6855.3479.8
HexCFAFE8B19091123750
Octal317257350133101142267120
Binary110011111010111111101000101111001010011000100101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFE8; }

 p { color: rgb(207,175,232); }

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

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

 a { background-color: rgb(207,175,232); }

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

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

 span { border-color: rgb(207,175,232); }

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