#CDABEB

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

Shades of Perfume #CDABEB

Tints of Perfume #CDABEB

Color information

#CDABEB (or 0xCDABEB) is unknown color: approx Perfume. HEX triplet: CD, AB and EB. RGB value is (205,171,235). Sum of RGB (Red+Green+Blue) = 205+171+235=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABEB is #325414. Grayscale: #BCBCBC. Windows color (decimal): -3298325 or 15444941. OLE color: 15444941.

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

Color convert

RGB205171235-
CMYK0.130.2700.08
HSL271.88º61.54%79.61%-
HSV(B)271.88º27.23%92.16%-
XYZ54.7448.185-
YUV188.46154.26139.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=33.55%
G=27.99%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051712350.130.2700.08271.8861.5479.61
HexCDABEBD1B081103e50
Octal315253353153301042076120
Binary110011011010101111101011110111011010001000100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABEB; }

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

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

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

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

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

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

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

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