#C1AFFB

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

Shades of Melrose #C1AFFB

Tints of Melrose #C1AFFB

Color information

#C1AFFB (or 0xC1AFFB) is unknown color: approx Melrose. HEX triplet: C1, AF and FB. RGB value is (193,175,251). Sum of RGB (Red+Green+Blue) = 193+175+251=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFFB is #3E5004. Grayscale: #BCBCBC. Windows color (decimal): -4083717 or 16494529. OLE color: 16494529.

HSL color Cylindrical-coordinate representation of color #C1AFFB: hue angle of 254.21º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1AFFB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193175251-
CMYK0.230.3000.02
HSL254.21º90.48%83.53%-
HSV(B)254.21º30.28%98.43%-
XYZ54.7348.9697.83-
YUV189.05162.96130.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=31.18%
G=28.27%
B=40.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931752510.230.3000.02254.2190.4883.53
HexC1AFFB171E02fe5a54
Octal301257373273602376132124
Binary11000001101011111111101110111111100101111111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFFB; }

 p { color: rgb(193,175,251); }

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

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

 a { background-color: rgb(193,175,251); }

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

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

 span { border-color: rgb(193,175,251); }

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