#CCADE0

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

Shades of Perfume #CCADE0

Tints of Perfume #CCADE0

Color information

#CCADE0 (or 0xCCADE0) is unknown color: approx Perfume. HEX triplet: CC, AD and E0. RGB value is (204,173,224). Sum of RGB (Red+Green+Blue) = 204+173+224=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADE0 is #33521F. Grayscale: #BBBBBB. Windows color (decimal): -3363360 or 14724556. OLE color: 14724556.

HSL color Cylindrical-coordinate representation of color #CCADE0: hue angle of 276.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCADE0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204173224-
CMYK0.090.2300.12
HSL276.47º45.13%77.84%-
HSV(B)276.47º22.77%87.84%-
XYZ53.348.1177-
YUV188.08148.27139.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=33.94%
G=28.79%
B=37.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041732240.090.2300.12276.4745.1377.84
HexCCADE09170C1142d4e
Octal314255340112701442455116
Binary110011001010110111100000100110111011001000101001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADE0; }

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

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

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

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

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

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

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

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