#C3AEEE

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

Shades of Melrose #C3AEEE

Tints of Melrose #C3AEEE

Color information

#C3AEEE (or 0xC3AEEE) is unknown color: approx Melrose. HEX triplet: C3, AE and EE. RGB value is (195,174,238). Sum of RGB (Red+Green+Blue) = 195+174+238=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEEE is #3C5111. Grayscale: #BBBBBB. Windows color (decimal): -3952914 or 15642307. OLE color: 15642307.

HSL color Cylindrical-coordinate representation of color #C3AEEE: hue angle of 259.69º 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 #C3AEEE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195174238-
CMYK0.180.2700.07
HSL259.69º65.31%80.78%-
HSV(B)259.69º26.89%93.33%-
XYZ53.0748.0587.37-
YUV187.58156.46133.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=32.13%
G=28.67%
B=39.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951742380.180.2700.07259.6965.3180.78
HexC3AEEE121B071044151
Octal303256356223307404101121
Binary1100001110101110111011101001011011011110000010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEEE; }

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

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

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

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

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

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

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

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