Html Css Color HEX #C6BDEE Melrose

📋 copy color: '#C6BDEE'

red 198 ◦ green 189 ◦ blue 238

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

Shades of Melrose #C6BDEE

Tints of Melrose #C6BDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.24%

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

R = 31.68%
G = 30.24%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BDEE (or 0xC6BDEE) is known color: Melrose. HEX triplet: C6, BD and EE. RGB value is (198,189,238). Sum of RGB (Red+Green+Blue) = 198+189+238=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDEE is #394211. Grayscale: #C5C5C5. Windows color (decimal): -3752466 or 15646150. OLE color: 15646150.

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

Color convert

RGB 198 189 238 -
CMYK 0.17 0.21 0 0.07
HSL 251.02º 0.59% 0.84% -
HSV(B) 251.02º 0.21% 0.93% -
XYZ 56.92 54.57 88.42 -
YUV 197.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 198 189 238 0.17 0.21 0 0.07 251.02 0.59 0.84
Hex C6 BD EE 11 15 0 7 FB 3B 54
Octal 306 275 356 21 25 0 7 373 73 124
Binary 11000110 10111101 11101110 10001 10101 0 111 11111011 111011 1010100

Color Harmonies of #C6BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDEE

Black with #C6BDEE

Text Example


Text Example

White with #C6BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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