#CCABEC

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

Shades of Perfume #CCABEC

Tints of Perfume #CCABEC

Color information

#CCABEC (or 0xCCABEC) is unknown color: approx Perfume. HEX triplet: CC, AB and EC. RGB value is (204,171,236). Sum of RGB (Red+Green+Blue) = 204+171+236=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEC is #335413. Grayscale: #BCBCBC. Windows color (decimal): -3363860 or 15510476. OLE color: 15510476.

HSL color Cylindrical-coordinate representation of color #CCABEC: hue angle of 270.46º 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 #CCABEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204171236-
CMYK0.140.2800.07
HSL270.46º63.11%79.8%-
HSV(B)270.46º27.54%92.55%-
XYZ54.6148.0285.75-
YUV188.28154.93139.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=33.39%
G=27.99%
B=38.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041712360.140.2800.07270.4663.1179.8
HexCCABECE1C0710e3f50
Octal31425335416340741677120
Binary11001100101010111110110011101110001111000011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABEC; }

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

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

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

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

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

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

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

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