#CDAEF0

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

Shades of Perfume #CDAEF0

Tints of Perfume #CDAEF0

Color information

#CDAEF0 (or 0xCDAEF0) is unknown color: approx Perfume. HEX triplet: CD, AE and F0. RGB value is (205,174,240). Sum of RGB (Red+Green+Blue) = 205+174+240=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEF0 is #32510F. Grayscale: #BEBEBE. Windows color (decimal): -3297552 or 15773389. OLE color: 15773389.

HSL color Cylindrical-coordinate representation of color #CDAEF0: hue angle of 268.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAEF0 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205174240-
CMYK0.150.2800.06
HSL268.18º68.75%81.18%-
HSV(B)268.18º27.5%94.12%-
XYZ56.0449.5489.05-
YUV190.79155.77138.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=33.12%
G=28.11%
B=38.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051742400.150.2800.06268.1868.7581.18
HexCDAEF0F1C0610c4551
Octal315256360173406414105121
Binary110011011010111011110000111111100011010000110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEF0; }

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

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

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

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

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

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

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

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