#CFABEC

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

Shades of Perfume #CFABEC

Tints of Perfume #CFABEC

Color information

#CFABEC (or 0xCFABEC) is unknown color: approx Perfume. HEX triplet: CF, AB and EC. RGB value is (207,171,236). Sum of RGB (Red+Green+Blue) = 207+171+236=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABEC is #305413. Grayscale: #BCBCBC. Windows color (decimal): -3167252 or 15510479. OLE color: 15510479.

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

Color convert

RGB207171236-
CMYK0.120.2800.07
HSL273.23º63.11%79.8%-
HSV(B)273.23º27.54%92.55%-
XYZ55.4448.4585.79-
YUV189.17154.43140.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=33.71%
G=27.85%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071712360.120.2800.07273.2363.1179.8
HexCFABECC1C071113f50
Octal31725335414340742177120
Binary11001111101010111110110011001110001111000100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABEC; }

 p { color: rgb(207,171,236); }

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

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

 a { background-color: rgb(207,171,236); }

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

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

 span { border-color: rgb(207,171,236); }

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