#cda9ea

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

Shades of Perfume #CDA9EA

Tints of Perfume #CDA9EA

Color information

#CDA9EA (or 0xCDA9EA) is unknown color: approx Perfume. HEX triplet: CD, A9 and EA. RGB value is (205,169,234). Sum of RGB (Red+Green+Blue) = 205+169+234=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9EA is #325615. Grayscale: #BABABA. Windows color (decimal): -3298838 or 15378893. OLE color: 15378893.

HSL color Cylindrical-coordinate representation of color #CDA9EA: hue angle of 273.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA9EA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205169234-
CMYK0.120.2800.08
HSL273.23º60.75%79.02%-
HSV(B)273.23º27.78%91.76%-
XYZ54.2247.384.11-
YUV187.17154.43140.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=33.72%
G=27.80%
B=38.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051692340.120.2800.08273.2360.7579.02
HexCDA9EAC1C081113d4f
Octal315251352143401042175117
Binary110011011010100111101010110011100010001000100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cda9ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cda9ea; }

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

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

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

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

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

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

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

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