Html Css Color HEX #C7B8E8 Melrose

📋 copy color: '#C7B8E8'

red 199 ◦ green 184 ◦ blue 232

#C7B8E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C7B8E8

Tints of Melrose #C7B8E8

RGB

 RED value IS 199 (78.13% from 255) = 32.36%

 GREEN value IS 184 (72.27% from 255) = 29.92%

 BLUE value IS 232 (91.02% from 255) = 37.72%

R = 32.36%
G = 29.92%
B = 37.72%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C7B8E8 (or 0xC7B8E8) is known color: Melrose. HEX triplet: C7, B8 and E8. RGB value is (199,184,232). Sum of RGB (Red+Green+Blue) = 199+184+232=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7B8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B8E8 is #384717. Grayscale: #C1C1C1. Windows color (decimal): -3688216 or 15251655. OLE color: 15251655.

HSL color Cylindrical-coordinate representation of color #C7B8E8: hue angle of 258.75º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7B8E8 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 184 232 -
CMYK 0.14 0.21 0 0.09
HSL 258.75º 0.51% 0.82% -
HSV(B) 258.75º 0.21% 0.91% -
XYZ 55.26 52.25 83.52 -
YUV 193.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 199 184 232 0.14 0.21 0 0.09 258.75 0.51 0.82
Hex C7 B8 E8 E 15 0 9 103 33 52
Octal 307 270 350 16 25 0 11 403 63 122
Binary 11000111 10111000 11101000 1110 10101 0 1001 100000011 110011 1010010

Color Harmonies of #C7B8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B8E8

Black with #C7B8E8

Text Example


Text Example

White with #C7B8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B8E8; }

 p { color: rgb(199,184,232); }

 H1.HeaderClassName
 {
   color: #C7B8E8;
 }
 .AnyTagClassName
 {
   color: #C7B8E8;
 }
</style>

background-color css

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

 a { background-color: rgb(199,184,232); }

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

border-color css

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

 span { border-color: rgb(199,184,232); }

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