#CDAFE9

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

Shades of Perfume #CDAFE9

Tints of Perfume #CDAFE9

Color information

#CDAFE9 (or 0xCDAFE9) is unknown color: approx Perfume. HEX triplet: CD, AF and E9. RGB value is (205,175,233). Sum of RGB (Red+Green+Blue) = 205+175+233=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFE9 is #325016. Grayscale: #BEBEBE. Windows color (decimal): -3297303 or 15314893. OLE color: 15314893.

HSL color Cylindrical-coordinate representation of color #CDAFE9: hue angle of 271.03º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDAFE9 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205175233-
CMYK0.120.2500.09
HSL271.03º56.86%80%-
HSV(B)271.03º24.89%91.37%-
XYZ55.2149.5283.74-
YUV190.58151.94138.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=33.44%
G=28.55%
B=38.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051752330.120.2500.09271.0356.8680
HexCDAFE9C190910f3950
Octal315257351143101141771120
Binary110011011010111111101001110011001010011000011111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFE9; }

 p { color: rgb(205,175,233); }

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

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

 a { background-color: rgb(205,175,233); }

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

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

 span { border-color: rgb(205,175,233); }

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