#C9ADF8

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

Shades of Melrose #C9ADF8

Tints of Melrose #C9ADF8

Color information

#C9ADF8 (or 0xC9ADF8) is unknown color: approx Melrose. HEX triplet: C9, AD and F8. RGB value is (201,173,248). Sum of RGB (Red+Green+Blue) = 201+173+248=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADF8 is #365207. Grayscale: #BDBDBD. Windows color (decimal): -3559944 or 16297417. OLE color: 16297417.

HSL color Cylindrical-coordinate representation of color #C9ADF8: hue angle of 262.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9ADF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB201173248-
CMYK0.190.3000.03
HSL262.4º84.27%82.55%-
HSV(B)262.4º30.24%97.25%-
XYZ55.9749.0895.33-
YUV189.92160.78135.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 248 (97.27% from 255) = 39.87%
R=32.32%
G=27.81%
B=39.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011732480.190.3000.03262.484.2782.55
HexC9ADF8131E031065453
Octal311255370233603406124123
Binary110010011010110111111000100111111001110000011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ADF8; }

 p { color: rgb(201,173,248); }

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

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

 a { background-color: rgb(201,173,248); }

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

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

 span { border-color: rgb(201,173,248); }

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