#CDABE7

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

Shades of Perfume #CDABE7

Tints of Perfume #CDABE7

Color information

#CDABE7 (or 0xCDABE7) is unknown color: approx Perfume. HEX triplet: CD, AB and E7. RGB value is (205,171,231). Sum of RGB (Red+Green+Blue) = 205+171+231=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABE7 is #325418. Grayscale: #BBBBBB. Windows color (decimal): -3298329 or 15182797. OLE color: 15182797.

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

Color convert

RGB205171231-
CMYK0.110.2600.09
HSL274º55.56%78.82%-
HSV(B)274º25.97%90.59%-
XYZ54.1647.8781.99-
YUV188.01152.26140.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=33.77%
G=28.17%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051712310.110.2600.0927455.5678.82
HexCDABE7B1A09112384f
Octal315253347133201142270117
Binary110011011010101111100111101111010010011000100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABE7; }

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

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

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

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

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

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

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

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