Html Css Color HEX #C6B8EE Melrose

📋 copy color: '#C6B8EE'

red 198 ◦ green 184 ◦ blue 238

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

Shades of Melrose #C6B8EE

Tints of Melrose #C6B8EE

RGB

 RED value IS 198 (77.73% from 255) = 31.94%

 GREEN value IS 184 (72.27% from 255) = 29.68%

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

R = 31.94%
G = 29.68%
B = 38.39%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B8EE (or 0xC6B8EE) is known color: Melrose. HEX triplet: C6, B8 and EE. RGB value is (198,184,238). Sum of RGB (Red+Green+Blue) = 198+184+238=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B8EE is #394711. Grayscale: #C2C2C2. Windows color (decimal): -3753746 or 15644870. OLE color: 15644870.

HSL color Cylindrical-coordinate representation of color #C6B8EE: hue angle of 255.56º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B8EE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 184 238 -
CMYK 0.17 0.23 0 0.07
HSL 255.56º 0.61% 0.83% -
HSV(B) 255.56º 0.23% 0.93% -
XYZ 55.86 52.46 88.07 -
YUV 194.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 198 184 238 0.17 0.23 0 0.07 255.56 0.61 0.83
Hex C6 B8 EE 11 17 0 7 100 3D 53
Octal 306 270 356 21 27 0 7 400 75 123
Binary 11000110 10111000 11101110 10001 10111 0 111 100000000 111101 1010011

Color Harmonies of #C6B8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B8EE

Black with #C6B8EE

Text Example


Text Example

White with #C6B8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B8EE; }

 p { color: rgb(198,184,238); }

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

background-color css

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

 a { background-color: rgb(198,184,238); }

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

border-color css

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

 span { border-color: rgb(198,184,238); }

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