#C1AEEE

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

Shades of Melrose #C1AEEE

Tints of Melrose #C1AEEE

Color information

#C1AEEE (or 0xC1AEEE) is unknown color: approx Melrose. HEX triplet: C1, AE and EE. RGB value is (193,174,238). Sum of RGB (Red+Green+Blue) = 193+174+238=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEEE is #3E5111. Grayscale: #BABABA. Windows color (decimal): -4083986 or 15642305. OLE color: 15642305.

HSL color Cylindrical-coordinate representation of color #C1AEEE: hue angle of 257.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1AEEE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193174238-
CMYK0.190.2700.07
HSL257.81º65.31%80.78%-
HSV(B)257.81º26.89%93.33%-
XYZ52.5647.7887.34-
YUV186.98156.79132.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.90%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=31.90%
G=28.76%
B=39.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931742380.190.2700.07257.8165.3180.78
HexC1AEEE131B071024151
Octal301256356233307402101121
Binary1100000110101110111011101001111011011110000001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEEE; }

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

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

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

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

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

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

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

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