#CDA9EC

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

Shades of Perfume #CDA9EC

Tints of Perfume #CDA9EC

Color information

#CDA9EC (or 0xCDA9EC) is unknown color: approx Perfume. HEX triplet: CD, A9 and EC. RGB value is (205,169,236). Sum of RGB (Red+Green+Blue) = 205+169+236=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9EC is #325613. Grayscale: #BBBBBB. Windows color (decimal): -3298836 or 15509965. OLE color: 15509965.

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

Color convert

RGB205169236-
CMYK0.130.2800.07
HSL272.24º63.81%79.41%-
HSV(B)272.24º28.39%92.55%-
XYZ54.5147.4185.64-
YUV187.4155.43140.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 169 (66.41% from 255) = 27.70%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=33.61%
G=27.70%
B=38.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051692360.130.2800.07272.2463.8179.41
HexCDA9ECD1C07110404f
Octal315251354153407420100117
Binary110011011010100111101100110111100011110001000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9EC; }

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

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

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

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

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

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

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

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