#CCADF3

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

Shades of Perfume #CCADF3

Tints of Perfume #CCADF3

Color information

#CCADF3 (or 0xCCADF3) is unknown color: approx Perfume. HEX triplet: CC, AD and F3. RGB value is (204,173,243). Sum of RGB (Red+Green+Blue) = 204+173+243=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF3 is #33520C. Grayscale: #BDBDBD. Windows color (decimal): -3363341 or 15969740. OLE color: 15969740.

HSL color Cylindrical-coordinate representation of color #CCADF3: hue angle of 266.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCADF3 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204173243-
CMYK0.160.2900.05
HSL266.57º74.47%81.57%-
HSV(B)266.57º28.81%95.29%-
XYZ56.0249.291.34-
YUV190.25157.77137.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=32.90%
G=27.90%
B=39.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041732430.160.2900.05266.5774.4781.57
HexCCADF3101D0510b4a52
Octal314255363203505413112122
Binary1100110010101101111100111000011101010110000101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADF3; }

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

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

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

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

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

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

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

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