#C7BEEE

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

Shades of Melrose #C7BEEE

Tints of Melrose #C7BEEE

Color information

#C7BEEE (or 0xC7BEEE) is unknown color: approx Melrose. HEX triplet: C7, BE and EE. RGB value is (199,190,238). Sum of RGB (Red+Green+Blue) = 199+190+238=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEEE is #384111. Grayscale: #C5C5C5. Windows color (decimal): -3686674 or 15646407. OLE color: 15646407.

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

Color convert

RGB199190238-
CMYK0.160.2000.07
HSL251.25º58.54%83.92%-
HSV(B)251.25º20.17%93.33%-
XYZ57.455.1488.51-
YUV198.16150.48128.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.74%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=31.74%
G=30.30%
B=37.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991902380.160.2000.07251.2558.5483.92
HexC7BEEE101407fb3b54
Octal30727635620240737373124
Binary11000111101111101110111010000101000111111110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEEE; }

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

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

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

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

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

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

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

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