#C5ADEB

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

Shades of Perfume #C5ADEB

Tints of Perfume #C5ADEB

Color information

#C5ADEB (or 0xC5ADEB) is unknown color: approx Perfume. HEX triplet: C5, AD and EB. RGB value is (197,173,235). Sum of RGB (Red+Green+Blue) = 197+173+235=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADEB is #3A5214. Grayscale: #BBBBBB. Windows color (decimal): -3822101 or 15445445. OLE color: 15445445.

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

Color convert

RGB197173235-
CMYK0.160.2600.08
HSL263.23º60.78%80%-
HSV(B)263.23º26.38%92.16%-
XYZ52.9647.7685.02-
YUV187.24154.95134.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=32.56%
G=28.60%
B=38.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971732350.160.2600.08263.2360.7880
HexC5ADEB101A081073d50
Octal305255353203201040775120
Binary1100010110101101111010111000011010010001000001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADEB; }

 p { color: rgb(197,173,235); }

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

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

 a { background-color: rgb(197,173,235); }

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

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

 span { border-color: rgb(197,173,235); }

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