#CFADE7

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

Shades of Perfume #CFADE7

Tints of Perfume #CFADE7

Color information

#CFADE7 (or 0xCFADE7) is unknown color: approx Perfume. HEX triplet: CF, AD and E7. RGB value is (207,173,231). Sum of RGB (Red+Green+Blue) = 207+173+231=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE7 is #305218. Grayscale: #BDBDBD. Windows color (decimal): -3166745 or 15183311. OLE color: 15183311.

HSL color Cylindrical-coordinate representation of color #CFADE7: hue angle of 275.17º 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 #CFADE7 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207173231-
CMYK0.100.2500.09
HSL275.17º54.72%79.22%-
HSV(B)275.17º25.11%90.59%-
XYZ55.148.9282.14-
YUV189.78151.26140.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=33.88%
G=28.31%
B=37.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071732310.100.2500.09275.1754.7279.22
HexCFADE7A1909113374f
Octal317255347123101142367117
Binary110011111010110111100111101011001010011000100111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADE7; }

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

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

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

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

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

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

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

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