#CDA9EE

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

Shades of Perfume #CDA9EE

Tints of Perfume #CDA9EE

Color information

#CDA9EE (or 0xCDA9EE) is unknown color: approx Perfume. HEX triplet: CD, A9 and EE. RGB value is (205,169,238). Sum of RGB (Red+Green+Blue) = 205+169+238=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9EE is #325611. Grayscale: #BBBBBB. Windows color (decimal): -3298834 or 15641037. OLE color: 15641037.

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

Color convert

RGB205169238-
CMYK0.140.2900.07
HSL271.3º66.99%79.8%-
HSV(B)271.3º28.99%93.33%-
XYZ54.847.5387.17-
YUV187.63156.43140.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=33.50%
G=27.61%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051692380.140.2900.07271.366.9979.8
HexCDA9EEE1D0710f4350
Octal315251356163507417103120
Binary110011011010100111101110111011101011110000111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9EE; }

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

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

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

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

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

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

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

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