#C1AEFB

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

Shades of Melrose #C1AEFB

Tints of Melrose #C1AEFB

Color information

#C1AEFB (or 0xC1AEFB) is unknown color: approx Melrose. HEX triplet: C1, AE and FB. RGB value is (193,174,251). Sum of RGB (Red+Green+Blue) = 193+174+251=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEFB is #3E5104. Grayscale: #BCBCBC. Windows color (decimal): -4083973 or 16494273. OLE color: 16494273.

HSL color Cylindrical-coordinate representation of color #C1AEFB: hue angle of 254.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1AEFB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193174251-
CMYK0.230.3100.02
HSL254.81º90.59%83.33%-
HSV(B)254.81º30.68%98.43%-
XYZ54.5448.5797.77-
YUV188.46163.29131.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=31.23%
G=28.16%
B=40.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931742510.230.3100.02254.8190.5983.33
HexC1AEFB171F02ff5b53
Octal301256373273702377133123
Binary11000001101011101111101110111111110101111111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEFB; }

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

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

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

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

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

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

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

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