Html Css Color HEX #C8C4E9 Melrose

📋 copy color: '#C8C4E9'

red 200 ◦ green 196 ◦ blue 233

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

Shades of Melrose #C8C4E9

Tints of Melrose #C8C4E9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.16%

 BLUE value IS 233 (91.41% from 255) = 37.04%

R = 31.8%
G = 31.16%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C8C4E9 (or 0xC8C4E9) is known color: Melrose. HEX triplet: C8, C4 and E9. RGB value is (200,196,233). Sum of RGB (Red+Green+Blue) = 200+196+233=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8C4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C4E9 is #373B16. Grayscale: #C9C9C9. Windows color (decimal): -3619607 or 15320264. OLE color: 15320264.

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

Color convert

RGB 200 196 233 -
CMYK 0.14 0.16 0 0.09
HSL 246.49º 0.46% 0.84% -
HSV(B) 246.49º 0.16% 0.91% -
XYZ 58.27 57.64 85.15 -
YUV 201.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 200 196 233 0.14 0.16 0 0.09 246.49 0.46 0.84
Hex C8 C4 E9 E 10 0 9 F6 2E 54
Octal 310 304 351 16 20 0 11 366 56 124
Binary 11001000 11000100 11101001 1110 10000 0 1001 11110110 101110 1010100

Color Harmonies of #C8C4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C4E9

Black with #C8C4E9

Text Example


Text Example

White with #C8C4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C4E9; }

 p { color: rgb(200,196,233); }

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

background-color css

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

 a { background-color: rgb(200,196,233); }

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

border-color css

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

 span { border-color: rgb(200,196,233); }

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