#CDABEF

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

Shades of Perfume #CDABEF

Tints of Perfume #CDABEF

Color information

#CDABEF (or 0xCDABEF) is unknown color: approx Perfume. HEX triplet: CD, AB and EF. RGB value is (205,171,239). Sum of RGB (Red+Green+Blue) = 205+171+239=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABEF is #325410. Grayscale: #BCBCBC. Windows color (decimal): -3298321 or 15707085. OLE color: 15707085.

HSL color Cylindrical-coordinate representation of color #CDABEF: hue angle of 270º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDABEF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205171239-
CMYK0.140.2800.06
HSL270º68%80.39%-
HSV(B)270º28.45%93.73%-
XYZ55.3248.3488.08-
YUV188.92156.26139.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=33.33%
G=27.80%
B=38.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051712390.140.2800.062706880.39
HexCDABEFE1C0610e4450
Octal315253357163406416104120
Binary110011011010101111101111111011100011010000111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABEF; }

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

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

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

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

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

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

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

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