#CDAFEC

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

Shades of Perfume #CDAFEC

Tints of Perfume #CDAFEC

Color information

#CDAFEC (or 0xCDAFEC) is unknown color: approx Perfume. HEX triplet: CD, AF and EC. RGB value is (205,175,236). Sum of RGB (Red+Green+Blue) = 205+175+236=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 175 (68.75% from 255 or 28.41% 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 #CDAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFEC is #325013. Grayscale: #BEBEBE. Windows color (decimal): -3297300 or 15511501. OLE color: 15511501.

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

Color convert

RGB205175236-
CMYK0.130.2600.07
HSL269.51º61.62%80.59%-
HSV(B)269.51º25.85%92.55%-
XYZ55.6549.786.02-
YUV190.92153.44138.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=33.28%
G=28.41%
B=38.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051752360.130.2600.07269.5161.6280.59
HexCDAFECD1A0710e3e51
Octal31525735415320741676121
Binary11001101101011111110110011011101001111000011101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFEC; }

 p { color: rgb(205,175,236); }

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

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

 a { background-color: rgb(205,175,236); }

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

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

 span { border-color: rgb(205,175,236); }

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