#CDAEE5

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

Shades of Perfume #CDAEE5

Tints of Perfume #CDAEE5

Color information

#CDAEE5 (or 0xCDAEE5) is unknown color: approx Perfume. HEX triplet: CD, AE and E5. RGB value is (205,174,229). Sum of RGB (Red+Green+Blue) = 205+174+229=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEE5 is #32511A. Grayscale: #BDBDBD. Windows color (decimal): -3297563 or 15052493. OLE color: 15052493.

HSL color Cylindrical-coordinate representation of color #CDAEE5: hue angle of 273.82º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDAEE5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205174229-
CMYK0.100.2400.10
HSL273.82º51.4%79.02%-
HSV(B)273.82º24.02%89.8%-
XYZ54.4648.9180.7-
YUV189.54150.27139.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 229 (89.84% from 255) = 37.66%
R=33.72%
G=28.62%
B=37.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051742290.100.2400.10273.8251.479.02
HexCDAEE5A180A112334f
Octal315256345123001242263117
Binary110011011010111011100101101011000010101000100101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEE5; }

 p { color: rgb(205,174,229); }

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

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

 a { background-color: rgb(205,174,229); }

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

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

 span { border-color: rgb(205,174,229); }

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