Html Css Color HEX #C8C0EE Melrose

📋 copy color: '#C8C0EE'

red 200 ◦ green 192 ◦ blue 238

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

Shades of Melrose #C8C0EE

Tints of Melrose #C8C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.48%

 BLUE value IS 238 (93.36% from 255) = 37.78%

R = 31.75%
G = 30.48%
B = 37.78%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8C0EE (or 0xC8C0EE) is known color: Melrose. HEX triplet: C8, C0 and EE. RGB value is (200,192,238). Sum of RGB (Red+Green+Blue) = 200+192+238=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0EE is #373F11. Grayscale: #C7C7C7. Windows color (decimal): -3620626 or 15646920. OLE color: 15646920.

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

Color convert

RGB 200 192 238 -
CMYK 0.16 0.19 0 0.07
HSL 250.43º 0.58% 0.84% -
HSV(B) 250.43º 0.19% 0.93% -
XYZ 58.1 56.15 88.66 -
YUV 199.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 200 192 238 0.16 0.19 0 0.07 250.43 0.58 0.84
Hex C8 C0 EE 10 13 0 7 FA 3A 54
Octal 310 300 356 20 23 0 7 372 72 124
Binary 11001000 11000000 11101110 10000 10011 0 111 11111010 111010 1010100

Color Harmonies of #C8C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0EE

Black with #C8C0EE

Text Example


Text Example

White with #C8C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0EE; }

 p { color: rgb(200,192,238); }

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

background-color css

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

 a { background-color: rgb(200,192,238); }

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

border-color css

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

 span { border-color: rgb(200,192,238); }

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