#C8ADF0

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

Shades of Perfume #C8ADF0

Tints of Perfume #C8ADF0

Color information

#C8ADF0 (or 0xC8ADF0) is unknown color: approx Perfume. HEX triplet: C8, AD and F0. RGB value is (200,173,240). Sum of RGB (Red+Green+Blue) = 200+173+240=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF0 is #37520F. Grayscale: #BCBCBC. Windows color (decimal): -3625488 or 15773128. OLE color: 15773128.

HSL color Cylindrical-coordinate representation of color #C8ADF0: hue angle of 264.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8ADF0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200173240-
CMYK0.170.2800.06
HSL264.18º69.07%80.98%-
HSV(B)264.18º27.92%94.12%-
XYZ54.4948.4688.92-
YUV188.71156.95136.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=32.63%
G=28.22%
B=39.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001732400.170.2800.06264.1869.0780.98
HexC8ADF0111C061084551
Octal310255360213406410105121
Binary1100100010101101111100001000111100011010000100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADF0; }

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

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

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

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

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

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

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

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