#C3ADDC

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

Shades of Perfume #C3ADDC

Tints of Perfume #C3ADDC

Color information

#C3ADDC (or 0xC3ADDC) is unknown color: approx Perfume. HEX triplet: C3, AD and DC. RGB value is (195,173,220). Sum of RGB (Red+Green+Blue) = 195+173+220=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADDC is #3C5223. Grayscale: #B8B8B8. Windows color (decimal): -3953188 or 14462403. OLE color: 14462403.

HSL color Cylindrical-coordinate representation of color #C3ADDC: hue angle of 268.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3ADDC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195173220-
CMYK0.110.2100.14
HSL268.09º40.17%77.06%-
HSV(B)268.09º21.36%86.27%-
XYZ50.3746.6674.06-
YUV184.94147.79135.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=33.16%
G=29.42%
B=37.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951732200.110.2100.14268.0940.1777.06
HexC3ADDCB150E10c284d
Octal303255334132501641450115
Binary110000111010110111011100101110101011101000011001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADDC; }

 p { color: rgb(195,173,220); }

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

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

 a { background-color: rgb(195,173,220); }

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

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

 span { border-color: rgb(195,173,220); }

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