#C1ADFF

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

Shades of Melrose #C1ADFF

Tints of Melrose #C1ADFF

Color information

#C1ADFF (or 0xC1ADFF) is unknown color: approx Melrose. HEX triplet: C1, AD and FF. RGB value is (193,173,255). Sum of RGB (Red+Green+Blue) = 193+173+255=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFF is #3E5200. Grayscale: #BCBCBC. Windows color (decimal): -4084225 or 16756161. OLE color: 16756161.

HSL color Cylindrical-coordinate representation of color #C1ADFF: hue angle of 254.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1ADFF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB193173255-
CMYK0.240.3200
HSL254.63º100%83.92%-
HSV(B)254.63º32.16%100%-
XYZ54.9948.44101.06-
YUV188.33165.63131.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.08%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 255 (100% from 255) = 41.06%
R=31.08%
G=27.86%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931732550.240.3200254.6310083.92
HexC1ADFF182000ff6454
Octal301255377304000377144124
Binary11000001101011011111111111000100000001111111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADFF; }

 p { color: rgb(193,173,255); }

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

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

 a { background-color: rgb(193,173,255); }

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

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

 span { border-color: rgb(193,173,255); }

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