#CFAAEF

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

Shades of Perfume #CFAAEF

Tints of Perfume #CFAAEF

Color information

#CFAAEF (or 0xCFAAEF) is unknown color: approx Perfume. HEX triplet: CF, AA and EF. RGB value is (207,170,239). Sum of RGB (Red+Green+Blue) = 207+170+239=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAEF is #305510. Grayscale: #BCBCBC. Windows color (decimal): -3167505 or 15706831. OLE color: 15706831.

HSL color Cylindrical-coordinate representation of color #CFAAEF: hue angle of 272.17º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAAEF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207170239-
CMYK0.130.2900.06
HSL272.17º68.32%80.2%-
HSV(B)272.17º28.87%93.73%-
XYZ55.6948.2588.04-
YUV188.93156.26140.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=33.60%
G=27.60%
B=38.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071702390.130.2900.06272.1768.3280.2
HexCFAAEFD1D061104450
Octal317252357153506420104120
Binary110011111010101011101111110111101011010001000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAEF; }

 p { color: rgb(207,170,239); }

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

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

 a { background-color: rgb(207,170,239); }

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

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

 span { border-color: rgb(207,170,239); }

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