#C9ADDE

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

Shades of Perfume #C9ADDE

Tints of Perfume #C9ADDE

Color information

#C9ADDE (or 0xC9ADDE) is unknown color: approx Perfume. HEX triplet: C9, AD and DE. RGB value is (201,173,222). Sum of RGB (Red+Green+Blue) = 201+173+222=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADDE is #365221. Grayscale: #BABABA. Windows color (decimal): -3559970 or 14593481. OLE color: 14593481.

HSL color Cylindrical-coordinate representation of color #C9ADDE: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9ADDE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201173222-
CMYK0.090.2200.13
HSL274.29º42.61%77.45%-
HSV(B)274.29º22.07%87.06%-
XYZ52.2247.5875.54-
YUV186.96147.78138.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=33.72%
G=29.03%
B=37.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011732220.090.2200.13274.2942.6177.45
HexC9ADDE9160D1122b4d
Octal311255336112601542253115
Binary110010011010110111011110100110110011011000100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ADDE; }

 p { color: rgb(201,173,222); }

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

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

 a { background-color: rgb(201,173,222); }

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

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

 span { border-color: rgb(201,173,222); }

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