#C7BDF3

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

Shades of Melrose #C7BDF3

Tints of Melrose #C7BDF3

Color information

#C7BDF3 (or 0xC7BDF3) is unknown color: approx Melrose. HEX triplet: C7, BD and F3. RGB value is (199,189,243). Sum of RGB (Red+Green+Blue) = 199+189+243=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF3 is #38420C. Grayscale: #C5C5C5. Windows color (decimal): -3686925 or 15973831. OLE color: 15973831.

HSL color Cylindrical-coordinate representation of color #C7BDF3: hue angle of 251.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BDF3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199189243-
CMYK0.180.2200.05
HSL251.11º69.23%84.71%-
HSV(B)251.11º22.22%95.29%-
XYZ57.9355.0192.36-
YUV198.15153.31128.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=31.54%
G=29.95%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991892430.180.2200.05251.1169.2384.71
HexC7BDF3121605fb4555
Octal307275363222605373105125
Binary110001111011110111110011100101011001011111101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDF3; }

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

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

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

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

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

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

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

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