#C3B2EE

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

Shades of Melrose #C3B2EE

Tints of Melrose #C3B2EE

Color information

#C3B2EE (or 0xC3B2EE) is unknown color: approx Melrose. HEX triplet: C3, B2 and EE. RGB value is (195,178,238). Sum of RGB (Red+Green+Blue) = 195+178+238=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B2EE is #3C4D11. Grayscale: #BDBDBD. Windows color (decimal): -3951890 or 15643331. OLE color: 15643331.

HSL color Cylindrical-coordinate representation of color #C3B2EE: hue angle of 257º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B2EE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195178238-
CMYK0.180.2500.07
HSL257º63.83%81.57%-
HSV(B)257º25.21%93.33%-
XYZ53.8649.6287.63-
YUV189.92155.13131.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=31.91%
G=29.13%
B=38.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951782380.180.2500.0725763.8381.57
HexC3B2EE1219071014052
Octal303262356223107401100122
Binary1100001110110010111011101001011001011110000000110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2EE; }

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

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

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

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

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

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

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

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