#CCADE7

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

Shades of Perfume #CCADE7

Tints of Perfume #CCADE7

Color information

#CCADE7 (or 0xCCADE7) is unknown color: approx Perfume. HEX triplet: CC, AD and E7. RGB value is (204,173,231). Sum of RGB (Red+Green+Blue) = 204+173+231=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE7 is #335218. Grayscale: #BCBCBC. Windows color (decimal): -3363353 or 15183308. OLE color: 15183308.

HSL color Cylindrical-coordinate representation of color #CCADE7: hue angle of 272.07º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCADE7 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204173231-
CMYK0.120.2500.09
HSL272.07º54.72%79.22%-
HSV(B)272.07º25.11%90.59%-
XYZ54.2748.4982.1-
YUV188.88151.77138.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=33.55%
G=28.45%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041732310.120.2500.09272.0754.7279.22
HexCCADE7C1909110374f
Octal314255347143101142067117
Binary110011001010110111100111110011001010011000100001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADE7; }

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

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

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

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

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

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

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

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