#CFAEEE

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

Shades of Perfume #CFAEEE

Tints of Perfume #CFAEEE

Color information

#CFAEEE (or 0xCFAEEE) is unknown color: approx Perfume. HEX triplet: CF, AE and EE. RGB value is (207,174,238). Sum of RGB (Red+Green+Blue) = 207+174+238=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEEE is #305111. Grayscale: #BEBEBE. Windows color (decimal): -3166482 or 15642319. OLE color: 15642319.

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

Color convert

RGB207174238-
CMYK0.130.2700.07
HSL270.94º65.31%80.78%-
HSV(B)270.94º26.89%93.33%-
XYZ56.349.7187.52-
YUV191.16154.43139.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=33.44%
G=28.11%
B=38.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071742380.130.2700.07270.9465.3180.78
HexCFAEEED1B0710f4151
Octal317256356153307417101121
Binary110011111010111011101110110111011011110000111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEEE; }

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

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

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

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

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

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

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

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