#CFAEEB

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

Shades of Perfume #CFAEEB

Tints of Perfume #CFAEEB

Color information

#CFAEEB (or 0xCFAEEB) is unknown color: approx Perfume. HEX triplet: CF, AE and EB. RGB value is (207,174,235). Sum of RGB (Red+Green+Blue) = 207+174+235=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEEB is #305114. Grayscale: #BEBEBE. Windows color (decimal): -3166485 or 15445711. OLE color: 15445711.

HSL color Cylindrical-coordinate representation of color #CFAEEB: hue angle of 272.46º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAEEB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207174235-
CMYK0.120.2600.08
HSL272.46º60.4%80.2%-
HSV(B)272.46º25.96%92.16%-
XYZ55.8649.5485.21-
YUV190.82152.93139.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=33.60%
G=28.25%
B=38.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071742350.120.2600.08272.4660.480.2
HexCFAEEBC1A081103c50
Octal317256353143201042074120
Binary110011111010111011101011110011010010001000100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEEB; }

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

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

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

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

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

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

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

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