#CCAEED

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

Shades of Perfume #CCAEED

Tints of Perfume #CCAEED

Color information

#CCAEED (or 0xCCAEED) is unknown color: approx Perfume. HEX triplet: CC, AE and ED. RGB value is (204,174,237). Sum of RGB (Red+Green+Blue) = 204+174+237=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEED is #335112. Grayscale: #BDBDBD. Windows color (decimal): -3363091 or 15576780. OLE color: 15576780.

HSL color Cylindrical-coordinate representation of color #CCAEED: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCAEED is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204174237-
CMYK0.140.2700.07
HSL268.57º63.64%80.59%-
HSV(B)268.57º26.58%92.94%-
XYZ55.3249.2286.71-
YUV190.15154.44137.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=33.17%
G=28.29%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041742370.140.2700.07268.5763.6480.59
HexCCAEEDE1B0710d4051
Octal314256355163307415100121
Binary110011001010111011101101111011011011110000110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEED; }

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

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

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

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

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

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

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

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