#CFADE9

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

Shades of Perfume #CFADE9

Tints of Perfume #CFADE9

Color information

#CFADE9 (or 0xCFADE9) is unknown color: approx Perfume. HEX triplet: CF, AD and E9. RGB value is (207,173,233). Sum of RGB (Red+Green+Blue) = 207+173+233=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE9 is #305216. Grayscale: #BDBDBD. Windows color (decimal): -3166743 or 15314383. OLE color: 15314383.

HSL color Cylindrical-coordinate representation of color #CFADE9: hue angle of 274º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFADE9 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207173233-
CMYK0.110.2600.09
HSL274º57.69%79.61%-
HSV(B)274º25.75%91.37%-
XYZ55.3849.0483.64-
YUV190.01152.26140.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=33.77%
G=28.22%
B=38.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071732330.110.2600.0927457.6979.61
HexCFADE9B1A091123a50
Octal317255351133201142272120
Binary110011111010110111101001101111010010011000100101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADE9; }

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

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

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

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

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

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

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

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