#CDA9E9

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

Shades of Perfume #CDA9E9

Tints of Perfume #CDA9E9

Color information

#CDA9E9 (or 0xCDA9E9) is unknown color: approx Perfume. HEX triplet: CD, A9 and E9. RGB value is (205,169,233). Sum of RGB (Red+Green+Blue) = 205+169+233=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9E9 is #325616. Grayscale: #BABABA. Windows color (decimal): -3298839 or 15313357. OLE color: 15313357.

HSL color Cylindrical-coordinate representation of color #CDA9E9: hue angle of 273.75º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA9E9 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205169233-
CMYK0.120.2700.09
HSL273.75º59.26%78.82%-
HSV(B)273.75º27.47%91.37%-
XYZ54.0747.2483.36-
YUV187.06153.93140.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 169 (66.41% from 255) = 27.84%
BLUE value IS 233 (91.41% from 255) = 38.39%
R=33.77%
G=27.84%
B=38.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051692330.120.2700.09273.7559.2678.82
HexCDA9E9C1B091123b4f
Octal315251351143301142273117
Binary110011011010100111101001110011011010011000100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9E9; }

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

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

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

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

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

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

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

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