Html Css Color HEX #C8C1EC Melrose

📋 copy color: '#C8C1EC'

red 200 ◦ green 193 ◦ blue 236

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

Shades of Melrose #C8C1EC

Tints of Melrose #C8C1EC

RGB

 RED value IS 200 (78.52% from 255) = 31.8%

 GREEN value IS 193 (75.78% from 255) = 30.68%

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

R = 31.8%
G = 30.68%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8C1EC (or 0xC8C1EC) is known color: Melrose. HEX triplet: C8, C1 and EC. RGB value is (200,193,236). Sum of RGB (Red+Green+Blue) = 200+193+236=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C1EC is #373E13. Grayscale: #C7C7C7. Windows color (decimal): -3620372 or 15516104. OLE color: 15516104.

HSL color Cylindrical-coordinate representation of color #C8C1EC: hue angle of 249.77º degrees, saturation: 0.53, 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 #C8C1EC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 193 236 -
CMYK 0.15 0.18 0 0.07
HSL 249.77º 0.53% 0.84% -
HSV(B) 249.77º 0.18% 0.93% -
XYZ 58.03 56.48 87.2 -
YUV 200 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 200 193 236 0.15 0.18 0 0.07 249.77 0.53 0.84
Hex C8 C1 EC F 12 0 7 FA 35 54
Octal 310 301 354 17 22 0 7 372 65 124
Binary 11001000 11000001 11101100 1111 10010 0 111 11111010 110101 1010100

Color Harmonies of #C8C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1EC

Black with #C8C1EC

Text Example


Text Example

White with #C8C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1EC; }

 p { color: rgb(200,193,236); }

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

background-color css

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

 a { background-color: rgb(200,193,236); }

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

border-color css

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

 span { border-color: rgb(200,193,236); }

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