#CDABF0

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

Shades of Perfume #CDABF0

Tints of Perfume #CDABF0

Color information

#CDABF0 (or 0xCDABF0) is unknown color: approx Perfume. HEX triplet: CD, AB and F0. RGB value is (205,171,240). Sum of RGB (Red+Green+Blue) = 205+171+240=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABF0 is #32540F. Grayscale: #BCBCBC. Windows color (decimal): -3298320 or 15772621. OLE color: 15772621.

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

Color convert

RGB205171240-
CMYK0.150.2900.06
HSL269.57º69.7%80.59%-
HSV(B)269.57º28.75%94.12%-
XYZ55.4748.488.86-
YUV189.03156.76139.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=33.28%
G=27.76%
B=38.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051712400.150.2900.06269.5769.780.59
HexCDABF0F1D0610e4651
Octal315253360173506416106121
Binary110011011010101111110000111111101011010000111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABF0; }

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

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

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

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

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

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

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

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