#ccabe3

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

Shades of Perfume #CCABE3

Tints of Perfume #CCABE3

Color information

#CCABE3 (or 0xCCABE3) is unknown color: approx Perfume. HEX triplet: CC, AB and E3. RGB value is (204,171,227). Sum of RGB (Red+Green+Blue) = 204+171+227=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABE3 is #33541C. Grayscale: #BBBBBB. Windows color (decimal): -3363869 or 14920652. OLE color: 14920652.

HSL color Cylindrical-coordinate representation of color #CCABE3: hue angle of 275.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCABE3 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204171227-
CMYK0.100.2500.11
HSL275.36º50%78.04%-
HSV(B)275.36º24.67%89.02%-
XYZ53.3347.5179.03-
YUV187.25150.43139.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 227 (89.06% from 255) = 37.71%
R=33.89%
G=28.41%
B=37.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041712270.100.2500.11275.365078.04
HexCCABE3A190B113324e
Octal314253343123101342362116
Binary110011001010101111100011101011001010111000100111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccabe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccabe3; }

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

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

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

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

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

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

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

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