#C8ADDC

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

Shades of Perfume #C8ADDC

Tints of Perfume #C8ADDC

Color information

#C8ADDC (or 0xC8ADDC) is unknown color: approx Perfume. HEX triplet: C8, AD and DC. RGB value is (200,173,220). Sum of RGB (Red+Green+Blue) = 200+173+220=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADDC is #375223. Grayscale: #BABABA. Windows color (decimal): -3625508 or 14462408. OLE color: 14462408.

HSL color Cylindrical-coordinate representation of color #C8ADDC: hue angle of 274.47º 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 #C8ADDC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200173220-
CMYK0.090.2100.14
HSL274.47º40.17%77.06%-
HSV(B)274.47º21.36%86.27%-
XYZ51.6847.3374.12-
YUV186.43146.95137.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=33.73%
G=29.17%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001732200.090.2100.14274.4740.1777.06
HexC8ADDC9150E112284d
Octal310255334112501642250115
Binary110010001010110111011100100110101011101000100101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADDC; }

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

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

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

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

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

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

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

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