Html Css Color HEX #C7C2EB Melrose

📋 copy color: '#C7C2EB'

red 199 ◦ green 194 ◦ blue 235

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

Shades of Melrose #C7C2EB

Tints of Melrose #C7C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.89%

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 31.69%
G = 30.89%
B = 37.42%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7C2EB (or 0xC7C2EB) is known color: Melrose. HEX triplet: C7, C2 and EB. RGB value is (199,194,235). Sum of RGB (Red+Green+Blue) = 199+194+235=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C2EB is #383D14. Grayscale: #C8C8C8. Windows color (decimal): -3685653 or 15450823. OLE color: 15450823.

HSL color Cylindrical-coordinate representation of color #C7C2EB: hue angle of 247.32º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7C2EB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 194 235 -
CMYK 0.15 0.17 0 0.08
HSL 247.32º 0.51% 0.84% -
HSV(B) 247.32º 0.17% 0.92% -
XYZ 57.84 56.72 86.5 -
YUV 200.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 199 194 235 0.15 0.17 0 0.08 247.32 0.51 0.84
Hex C7 C2 EB F 11 0 8 F7 33 54
Octal 307 302 353 17 21 0 10 367 63 124
Binary 11000111 11000010 11101011 1111 10001 0 1000 11110111 110011 1010100

Color Harmonies of #C7C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C2EB

Black with #C7C2EB

Text Example


Text Example

White with #C7C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C2EB; }

 p { color: rgb(199,194,235); }

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

background-color css

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

 a { background-color: rgb(199,194,235); }

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

border-color css

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

 span { border-color: rgb(199,194,235); }

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