Html Css Color HEX #C8C3EB Melrose

📋 copy color: '#C8C3EB'

red 200 ◦ green 195 ◦ blue 235

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

Shades of Melrose #C8C3EB

Tints of Melrose #C8C3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.95%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 31.75%
G = 30.95%
B = 37.3%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8C3EB (or 0xC8C3EB) is known color: Melrose. HEX triplet: C8, C3 and EB. RGB value is (200,195,235). Sum of RGB (Red+Green+Blue) = 200+195+235=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3EB is #373C14. Grayscale: #C8C8C8. Windows color (decimal): -3619861 or 15451080. OLE color: 15451080.

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

Color convert

RGB 200 195 235 -
CMYK 0.15 0.17 0 0.08
HSL 247.5º 0.5% 0.84% -
HSV(B) 247.5º 0.17% 0.92% -
XYZ 58.33 57.31 86.58 -
YUV 201.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 200 195 235 0.15 0.17 0 0.08 247.5 0.5 0.84
Hex C8 C3 EB F 11 0 8 F8 32 54
Octal 310 303 353 17 21 0 10 370 62 124
Binary 11001000 11000011 11101011 1111 10001 0 1000 11111000 110010 1010100

Color Harmonies of #C8C3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C3EB

Black with #C8C3EB

Text Example


Text Example

White with #C8C3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C3EB; }

 p { color: rgb(200,195,235); }

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

background-color css

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

 a { background-color: rgb(200,195,235); }

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

border-color css

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

 span { border-color: rgb(200,195,235); }

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