#CCADF1

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

Shades of Perfume #CCADF1

Tints of Perfume #CCADF1

Color information

#CCADF1 (or 0xCCADF1) is unknown color: approx Perfume. HEX triplet: CC, AD and F1. RGB value is (204,173,241). Sum of RGB (Red+Green+Blue) = 204+173+241=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF1 is #33520E. Grayscale: #BDBDBD. Windows color (decimal): -3363343 or 15838668. OLE color: 15838668.

HSL color Cylindrical-coordinate representation of color #CCADF1: hue angle of 267.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCADF1 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204173241-
CMYK0.150.2800.05
HSL267.35º70.83%81.18%-
HSV(B)267.35º28.22%94.51%-
XYZ55.7249.0889.75-
YUV190.02156.77137.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=33.01%
G=27.99%
B=39.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041732410.150.2800.05267.3570.8381.18
HexCCADF1F1C0510b4751
Octal314255361173405413107121
Binary110011001010110111110001111111100010110000101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADF1; }

 p { color: rgb(204,173,241); }

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

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

 a { background-color: rgb(204,173,241); }

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

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

 span { border-color: rgb(204,173,241); }

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