#CDABE9

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

Shades of Perfume #CDABE9

Tints of Perfume #CDABE9

Color information

#CDABE9 (or 0xCDABE9) is unknown color: approx Perfume. HEX triplet: CD, AB and E9. RGB value is (205,171,233). Sum of RGB (Red+Green+Blue) = 205+171+233=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABE9 is #325416. Grayscale: #BCBCBC. Windows color (decimal): -3298327 or 15313869. OLE color: 15313869.

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

Color convert

RGB205171233-
CMYK0.120.2700.09
HSL272.9º58.49%79.22%-
HSV(B)272.9º26.61%91.37%-
XYZ54.4547.9983.48-
YUV188.23153.26139.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=33.66%
G=28.08%
B=38.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051712330.120.2700.09272.958.4979.22
HexCDABE9C1B091113a4f
Octal315253351143301142172117
Binary110011011010101111101001110011011010011000100011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABE9; }

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

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

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

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

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

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

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

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