#CCABED

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

Shades of Perfume #CCABED

Tints of Perfume #CCABED

Color information

#CCABED (or 0xCCABED) is unknown color: approx Perfume. HEX triplet: CC, AB and ED. RGB value is (204,171,237). Sum of RGB (Red+Green+Blue) = 204+171+237=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABED is #335412. Grayscale: #BCBCBC. Windows color (decimal): -3363859 or 15576012. OLE color: 15576012.

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

Color convert

RGB204171237-
CMYK0.140.2800.07
HSL270º64.71%80%-
HSV(B)270º27.85%92.94%-
XYZ54.7548.0886.51-
YUV188.39155.43139.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=33.33%
G=27.94%
B=38.73%

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
Decimal2041712370.140.2800.0727064.7180
HexCCABEDE1C0710e4150
Octal314253355163407416101120
Binary110011001010101111101101111011100011110000111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABED; }

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

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

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

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

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

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

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

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