Html Css Color HEX #C6C2EC Melrose

📋 copy color: '#C6C2EC'

red 198 ◦ green 194 ◦ blue 236

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

Shades of Melrose #C6C2EC

Tints of Melrose #C6C2EC

RGB

 RED value IS 198 (77.73% from 255) = 31.53%

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

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 31.53%
G = 30.89%
B = 37.58%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6C2EC (or 0xC6C2EC) is known color: Melrose. HEX triplet: C6, C2 and EC. RGB value is (198,194,236). Sum of RGB (Red+Green+Blue) = 198+194+236=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C2EC is #393D13. Grayscale: #C7C7C7. Windows color (decimal): -3751188 or 15516358. OLE color: 15516358.

HSL color Cylindrical-coordinate representation of color #C6C2EC: hue angle of 245.71º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6C2EC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 194 236 -
CMYK 0.16 0.18 0 0.07
HSL 245.71º 0.53% 0.84% -
HSV(B) 245.71º 0.18% 0.93% -
XYZ 57.72 56.65 87.25 -
YUV 199.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 198 194 236 0.16 0.18 0 0.07 245.71 0.53 0.84
Hex C6 C2 EC 10 12 0 7 F6 34 54
Octal 306 302 354 20 22 0 7 366 64 124
Binary 11000110 11000010 11101100 10000 10010 0 111 11110110 110100 1010100

Color Harmonies of #C6C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C2EC

Black with #C6C2EC

Text Example


Text Example

White with #C6C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C2EC; }

 p { color: rgb(198,194,236); }

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

background-color css

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

 a { background-color: rgb(198,194,236); }

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

border-color css

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

 span { border-color: rgb(198,194,236); }

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