#CFAAEE

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

Shades of Perfume #CFAAEE

Tints of Perfume #CFAAEE

Color information

#CFAAEE (or 0xCFAAEE) is unknown color: approx Perfume. HEX triplet: CF, AA and EE. RGB value is (207,170,238). Sum of RGB (Red+Green+Blue) = 207+170+238=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAEE is #305511. Grayscale: #BCBCBC. Windows color (decimal): -3167506 or 15641295. OLE color: 15641295.

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

Color convert

RGB207170238-
CMYK0.130.2900.07
HSL272.65º66.67%80%-
HSV(B)272.65º28.57%93.33%-
XYZ55.5448.1987.26-
YUV188.82155.76140.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=33.66%
G=27.64%
B=38.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071702380.130.2900.07272.6566.6780
HexCFAAEED1D071114350
Octal317252356153507421103120
Binary110011111010101011101110110111101011110001000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAEE; }

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

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

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

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

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

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

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

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