#C5AFFE

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

Shades of Melrose #C5AFFE

Tints of Melrose #C5AFFE

Color information

#C5AFFE (or 0xC5AFFE) is unknown color: approx Melrose. HEX triplet: C5, AF and FE. RGB value is (197,175,254). Sum of RGB (Red+Green+Blue) = 197+175+254=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFFE is #3A5001. Grayscale: #BEBEBE. Windows color (decimal): -3821570 or 16691141. OLE color: 16691141.

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

Color convert

RGB197175254-
CMYK0.220.3100.00
HSL256.71º97.53%84.12%-
HSV(B)256.71º31.1%99.61%-
XYZ56.2549.69100.39-
YUV190.58163.79132.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=31.47%
G=27.96%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971752540.220.3100.00256.7197.5384.12
HexC5AFFE161F001016254
Octal305257376263700401142124
Binary11000101101011111111111010110111110010000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFFE; }

 p { color: rgb(197,175,254); }

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

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

 a { background-color: rgb(197,175,254); }

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

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

 span { border-color: rgb(197,175,254); }

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