#CDAEF1

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

Shades of Perfume #CDAEF1

Tints of Perfume #CDAEF1

Color information

#CDAEF1 (or 0xCDAEF1) is unknown color: approx Perfume. HEX triplet: CD, AE and F1. RGB value is (205,174,241). Sum of RGB (Red+Green+Blue) = 205+174+241=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEF1 is #32510E. Grayscale: #BEBEBE. Windows color (decimal): -3297551 or 15838925. OLE color: 15838925.

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

Color convert

RGB205174241-
CMYK0.150.2800.05
HSL267.76º70.53%81.37%-
HSV(B)267.76º27.8%94.51%-
XYZ56.1949.689.83-
YUV190.91156.27138.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=33.06%
G=28.06%
B=38.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051742410.150.2800.05267.7670.5381.37
HexCDAEF1F1C0510c4751
Octal315256361173405414107121
Binary110011011010111011110001111111100010110000110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEF1; }

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

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

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

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

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

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

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

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