#CDABEA

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

Shades of Perfume #CDABEA

Tints of Perfume #CDABEA

Color information

#CDABEA (or 0xCDABEA) is unknown color: approx Perfume. HEX triplet: CD, AB and EA. RGB value is (205,171,234). Sum of RGB (Red+Green+Blue) = 205+171+234=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABEA is #325415. Grayscale: #BCBCBC. Windows color (decimal): -3298326 or 15379405. OLE color: 15379405.

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

Color convert

RGB205171234-
CMYK0.120.2700.08
HSL272.38º60%79.41%-
HSV(B)272.38º26.92%91.76%-
XYZ54.5948.0584.24-
YUV188.35153.76139.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=33.61%
G=28.03%
B=38.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051712340.120.2700.08272.386079.41
HexCDABEAC1B081103c4f
Octal315253352143301042074117
Binary110011011010101111101010110011011010001000100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABEA; }

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

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

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

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

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

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

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

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