#CFAFEB

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

Shades of Perfume #CFAFEB

Tints of Perfume #CFAFEB

Color information

#CFAFEB (or 0xCFAFEB) is unknown color: approx Perfume. HEX triplet: CF, AF and EB. RGB value is (207,175,235). Sum of RGB (Red+Green+Blue) = 207+175+235=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFEB is #305014. Grayscale: #BFBFBF. Windows color (decimal): -3166229 or 15445967. OLE color: 15445967.

HSL color Cylindrical-coordinate representation of color #CFAFEB: hue angle of 272º 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 #CFAFEB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207175235-
CMYK0.120.2600.08
HSL272º60%80.39%-
HSV(B)272º25.53%92.16%-
XYZ56.0649.9285.28-
YUV191.41152.6139.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=33.55%
G=28.36%
B=38.09%

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
Decimal2071752350.120.2600.082726080.39
HexCFAFEBC1A081103c50
Octal317257353143201042074120
Binary110011111010111111101011110011010010001000100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFEB; }

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

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

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

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

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

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

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

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