#C7BDEE

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

Shades of Melrose #C7BDEE

Tints of Melrose #C7BDEE

Color information

#C7BDEE (or 0xC7BDEE) is unknown color: approx Melrose. HEX triplet: C7, BD and EE. RGB value is (199,189,238). Sum of RGB (Red+Green+Blue) = 199+189+238=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDEE is #384211. Grayscale: #C5C5C5. Windows color (decimal): -3686930 or 15646151. OLE color: 15646151.

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

Color convert

RGB199189238-
CMYK0.160.2100.07
HSL252.24º59.04%83.73%-
HSV(B)252.24º20.59%93.33%-
XYZ57.1854.7188.44-
YUV197.58150.81129.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=31.79%
G=30.19%
B=38.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991892380.160.2100.07252.2459.0483.73
HexC7BDEE101507fc3b54
Octal30727535620250737473124
Binary11000111101111011110111010000101010111111111001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDEE; }

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

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

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

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

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

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

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

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