Html Css Color HEX #C6B2EE Melrose

📋 copy color: '#C6B2EE'

red 198 ◦ green 178 ◦ blue 238

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

Shades of Melrose #C6B2EE

Tints of Melrose #C6B2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.99%

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

R = 32.25%
G = 28.99%
B = 38.76%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B2EE (or 0xC6B2EE) is known color: Melrose. HEX triplet: C6, B2 and EE. RGB value is (198,178,238). Sum of RGB (Red+Green+Blue) = 198+178+238=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2EE is #394D11. Grayscale: #BEBEBE. Windows color (decimal): -3755282 or 15643334. OLE color: 15643334.

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

Color convert

RGB 198 178 238 -
CMYK 0.17 0.25 0 0.07
HSL 260º 0.64% 0.82% -
HSV(B) 260º 0.25% 0.93% -
XYZ 54.64 50.02 87.66 -
YUV 190.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 198 178 238 0.17 0.25 0 0.07 260 0.64 0.82
Hex C6 B2 EE 11 19 0 7 104 40 52
Octal 306 262 356 21 31 0 7 404 100 122
Binary 11000110 10110010 11101110 10001 11001 0 111 100000100 1000000 1010010

Color Harmonies of #C6B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B2EE

Black with #C6B2EE

Text Example


Text Example

White with #C6B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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