#CFADEC

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

Shades of Perfume #CFADEC

Tints of Perfume #CFADEC

Color information

#CFADEC (or 0xCFADEC) is unknown color: approx Perfume. HEX triplet: CF, AD and EC. RGB value is (207,173,236). Sum of RGB (Red+Green+Blue) = 207+173+236=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEC is #305213. Grayscale: #BEBEBE. Windows color (decimal): -3166740 or 15510991. OLE color: 15510991.

HSL color Cylindrical-coordinate representation of color #CFADEC: hue angle of 272.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFADEC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207173236-
CMYK0.120.2700.07
HSL272.38º62.38%80.2%-
HSV(B)272.38º26.69%92.55%-
XYZ55.8249.2185.91-
YUV190.35153.76139.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=33.60%
G=28.08%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071732360.120.2700.07272.3862.3880.2
HexCFADECC1B071103e50
Octal31725535414330742076120
Binary11001111101011011110110011001101101111000100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADEC; }

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

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

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

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

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

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

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

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