Html Css Color HEX #C8C4EA Melrose

📋 copy color: '#C8C4EA'

red 200 ◦ green 196 ◦ blue 234

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

Shades of Melrose #C8C4EA

Tints of Melrose #C8C4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 31.75%
G = 31.11%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8C4EA (or 0xC8C4EA) is known color: Melrose. HEX triplet: C8, C4 and EA. RGB value is (200,196,234). Sum of RGB (Red+Green+Blue) = 200+196+234=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C4EA is #373B15. Grayscale: #C9C9C9. Windows color (decimal): -3619606 or 15385800. OLE color: 15385800.

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

Color convert

RGB 200 196 234 -
CMYK 0.15 0.16 0 0.08
HSL 246.32º 0.48% 0.84% -
HSV(B) 246.32º 0.16% 0.92% -
XYZ 58.41 57.7 85.9 -
YUV 201.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 200 196 234 0.15 0.16 0 0.08 246.32 0.48 0.84
Hex C8 C4 EA F 10 0 8 F6 30 54
Octal 310 304 352 17 20 0 10 366 60 124
Binary 11001000 11000100 11101010 1111 10000 0 1000 11110110 110000 1010100

Color Harmonies of #C8C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C4EA

Black with #C8C4EA

Text Example


Text Example

White with #C8C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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