#C0ADD2

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

Shades of Perfume #C0ADD2

Tints of Perfume #C0ADD2

Color information

#C0ADD2 (or 0xC0ADD2) is unknown color: approx Perfume. HEX triplet: C0, AD and D2. RGB value is (192,173,210). Sum of RGB (Red+Green+Blue) = 192+173+210=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADD2 is #3F522D. Grayscale: #B6B6B6. Windows color (decimal): -4149806 or 13807040. OLE color: 13807040.

HSL color Cylindrical-coordinate representation of color #C0ADD2: hue angle of 270.81º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0ADD2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192173210-
CMYK0.090.1800.18
HSL270.81º29.13%75.1%-
HSV(B)270.81º17.62%82.35%-
XYZ48.3145.7567.26-
YUV182.9143.29134.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=33.39%
G=30.09%
B=36.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921732100.090.1800.18270.8129.1375.1
HexC0ADD291201210f1d4b
Octal300255322112202241735113
Binary110000001010110111010010100110010010010100001111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADD2; }

 p { color: rgb(192,173,210); }

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

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

 a { background-color: rgb(192,173,210); }

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

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

 span { border-color: rgb(192,173,210); }

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