#C0ADD1

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

Shades of Perfume #C0ADD1

Tints of Perfume #C0ADD1

Color information

#C0ADD1 (or 0xC0ADD1) is unknown color: approx Perfume. HEX triplet: C0, AD and D1. RGB value is (192,173,209). Sum of RGB (Red+Green+Blue) = 192+173+209=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADD1 is #3F522E. Grayscale: #B6B6B6. Windows color (decimal): -4149807 or 13741504. OLE color: 13741504.

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

Color convert

RGB192173209-
CMYK0.080.1700.18
HSL271.67º28.12%74.9%-
HSV(B)271.67º17.22%81.96%-
XYZ48.1945.766.6-
YUV182.78142.79134.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=33.45%
G=30.14%
B=36.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921732090.080.1700.18271.6728.1274.9
HexC0ADD18110121101c4b
Octal300255321102102242034113
Binary110000001010110111010001100010001010010100010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADD1; }

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

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

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

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

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

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

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

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