#CCABEF

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

Shades of Perfume #CCABEF

Tints of Perfume #CCABEF

Color information

#CCABEF (or 0xCCABEF) is unknown color: approx Perfume. HEX triplet: CC, AB and EF. RGB value is (204,171,239). Sum of RGB (Red+Green+Blue) = 204+171+239=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEF is #335410. Grayscale: #BCBCBC. Windows color (decimal): -3363857 or 15707084. OLE color: 15707084.

HSL color Cylindrical-coordinate representation of color #CCABEF: hue angle of 269.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCABEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204171239-
CMYK0.150.2800.06
HSL269.12º68%80.39%-
HSV(B)269.12º28.45%93.73%-
XYZ55.0448.288.06-
YUV188.62156.43138.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=33.22%
G=27.85%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041712390.150.2800.06269.126880.39
HexCCABEFF1C0610d4450
Octal314253357173406415104120
Binary110011001010101111101111111111100011010000110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABEF; }

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

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

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

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

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

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

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

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