Html Css Color HEX #C8C3E6 Melrose

📋 copy color: '#C8C3E6'

red 200 ◦ green 195 ◦ blue 230

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

Shades of Melrose #C8C3E6

Tints of Melrose #C8C3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 32%
G = 31.2%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C8C3E6 (or 0xC8C3E6) is known color: Melrose. HEX triplet: C8, C3 and E6. RGB value is (200,195,230). Sum of RGB (Red+Green+Blue) = 200+195+230=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8C3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3E6 is #373C19. Grayscale: #C8C8C8. Windows color (decimal): -3619866 or 15123400. OLE color: 15123400.

HSL color Cylindrical-coordinate representation of color #C8C3E6: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8C3E6 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 200 195 230 -
CMYK 0.13 0.15 0 0.10
HSL 248.57º 0.41% 0.83% -
HSV(B) 248.57º 0.15% 0.9% -
XYZ 57.62 57.02 82.83 -
YUV 200.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 200 195 230 0.13 0.15 0 0.10 248.57 0.41 0.83
Hex C8 C3 E6 D F 0 A F9 29 53
Octal 310 303 346 15 17 0 12 371 51 123
Binary 11001000 11000011 11100110 1101 1111 0 1010 11111001 101001 1010011

Color Harmonies of #C8C3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C3E6

Black with #C8C3E6

Text Example


Text Example

White with #C8C3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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