#C3BEEE

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

Shades of Melrose #C3BEEE

Tints of Melrose #C3BEEE

Color information

#C3BEEE (or 0xC3BEEE) is unknown color: approx Melrose. HEX triplet: C3, BE and EE. RGB value is (195,190,238). Sum of RGB (Red+Green+Blue) = 195+190+238=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEEE is #3C4111. Grayscale: #C4C4C4. Windows color (decimal): -3948818 or 15646403. OLE color: 15646403.

HSL color Cylindrical-coordinate representation of color #C3BEEE: hue angle of 246.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BEEE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195190238-
CMYK0.180.2000.07
HSL246.25º58.54%83.92%-
HSV(B)246.25º20.17%93.33%-
XYZ56.3554.688.46-
YUV196.97151.16126.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.30%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=31.30%
G=30.50%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951902380.180.2000.07246.2558.5483.92
HexC3BEEE121407f63b54
Octal30327635622240736673124
Binary11000011101111101110111010010101000111111101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEEE; }

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

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

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

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

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

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

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

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