#C3BDEE

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

Shades of Melrose #C3BDEE

Tints of Melrose #C3BDEE

Color information

#C3BDEE (or 0xC3BDEE) is unknown color: approx Melrose. HEX triplet: C3, BD and EE. RGB value is (195,189,238). Sum of RGB (Red+Green+Blue) = 195+189+238=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDEE is #3C4211. Grayscale: #C4C4C4. Windows color (decimal): -3949074 or 15646147. OLE color: 15646147.

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

Color convert

RGB195189238-
CMYK0.180.2100.07
HSL247.35º59.04%83.73%-
HSV(B)247.35º20.59%93.33%-
XYZ56.1454.1788.39-
YUV196.38151.49127.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=31.35%
G=30.39%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951892380.180.2100.07247.3559.0483.73
HexC3BDEE121507f73b54
Octal30327535622250736773124
Binary11000011101111011110111010010101010111111101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDEE; }

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

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

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

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

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

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

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

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