#C0ADD7

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

Shades of Perfume #C0ADD7

Tints of Perfume #C0ADD7

Color information

#C0ADD7 (or 0xC0ADD7) is unknown color: approx Perfume. HEX triplet: C0, AD and D7. RGB value is (192,173,215). Sum of RGB (Red+Green+Blue) = 192+173+215=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADD7 is #3F5228. Grayscale: #B7B7B7. Windows color (decimal): -4149801 or 14134720. OLE color: 14134720.

HSL color Cylindrical-coordinate representation of color #C0ADD7: hue angle of 267.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0ADD7 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192173215-
CMYK0.110.2000.16
HSL267.14º34.43%76.08%-
HSV(B)267.14º19.53%84.31%-
XYZ48.954670.59-
YUV183.47145.79134.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=33.10%
G=29.83%
B=37.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921732150.110.2000.16267.1434.4376.08
HexC0ADD7B1401010b224c
Octal300255327132402041342114
Binary1100000010101101110101111011101000100001000010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADD7; }

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

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

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

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

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

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

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

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