#C2ADDD

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

Shades of Perfume #C2ADDD

Tints of Perfume #C2ADDD

Color information

#C2ADDD (or 0xC2ADDD) is unknown color: approx Perfume. HEX triplet: C2, AD and DD. RGB value is (194,173,221). Sum of RGB (Red+Green+Blue) = 194+173+221=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDD is #3D5222. Grayscale: #B8B8B8. Windows color (decimal): -4018723 or 14527938. OLE color: 14527938.

HSL color Cylindrical-coordinate representation of color #C2ADDD: hue angle of 266.25º degrees, saturation: 0.41, 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 #C2ADDD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194173221-
CMYK0.120.2200.13
HSL266.25º41.38%77.25%-
HSV(B)266.25º21.72%86.67%-
XYZ50.2446.5874.75-
YUV184.75148.46134.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=32.99%
G=29.42%
B=37.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941732210.120.2200.13266.2541.3877.25
HexC2ADDDC160D10a294d
Octal302255335142601541251115
Binary110000101010110111011101110010110011011000010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADDD; }

 p { color: rgb(194,173,221); }

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

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

 a { background-color: rgb(194,173,221); }

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

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

 span { border-color: rgb(194,173,221); }

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