Html Css Color HEX #C6BDD7 Melrose

📋 copy color: '#C6BDD7'

red 198 ◦ green 189 ◦ blue 215

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

Shades of Melrose #C6BDD7

Tints of Melrose #C6BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.71%

R = 32.89%
G = 31.4%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6BDD7 (or 0xC6BDD7) is known color: Melrose. HEX triplet: C6, BD and D7. RGB value is (198,189,215). Sum of RGB (Red+Green+Blue) = 198+189+215=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDD7 is #394228. Grayscale: #C2C2C2. Windows color (decimal): -3752489 or 14138822. OLE color: 14138822.

HSL color Cylindrical-coordinate representation of color #C6BDD7: hue angle of 260.77º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BDD7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 189 215 -
CMYK 0.08 0.12 0 0.16
HSL 260.77º 0.25% 0.79% -
HSV(B) 260.77º 0.12% 0.84% -
XYZ 53.75 53.31 71.75 -
YUV 194.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 198 189 215 0.08 0.12 0 0.16 260.77 0.25 0.79
Hex C6 BD D7 8 C 0 10 105 19 4F
Octal 306 275 327 10 14 0 20 405 31 117
Binary 11000110 10111101 11010111 1000 1100 0 10000 100000101 11001 1001111

Color Harmonies of #C6BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDD7

Black with #C6BDD7

Text Example


Text Example

White with #C6BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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