Html Css Color HEX #C6BFDF Melrose

📋 copy color: '#C6BFDF'

red 198 ◦ green 191 ◦ blue 223

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

Shades of Melrose #C6BFDF

Tints of Melrose #C6BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.21%

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 32.35%
G = 31.21%
B = 36.44%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6BFDF (or 0xC6BFDF) is known color: Melrose. HEX triplet: C6, BF and DF. RGB value is (198,191,223). Sum of RGB (Red+Green+Blue) = 198+191+223=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFDF is #394020. Grayscale: #C4C4C4. Windows color (decimal): -3751969 or 14663622. OLE color: 14663622.

HSL color Cylindrical-coordinate representation of color #C6BFDF: hue angle of 253.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BFDF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 191 223 -
CMYK 0.11 0.14 0 0.13
HSL 253.13º 0.33% 0.81% -
HSV(B) 253.13º 0.14% 0.87% -
XYZ 55.24 54.6 77.44 -
YUV 196.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 198 191 223 0.11 0.14 0 0.13 253.13 0.33 0.81
Hex C6 BF DF B E 0 D FD 21 51
Octal 306 277 337 13 16 0 15 375 41 121
Binary 11000110 10111111 11011111 1011 1110 0 1101 11111101 100001 1010001

Color Harmonies of #C6BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFDF

Black with #C6BFDF

Text Example


Text Example

White with #C6BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFDF; }

 p { color: rgb(198,191,223); }

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

background-color css

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

 a { background-color: rgb(198,191,223); }

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

border-color css

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

 span { border-color: rgb(198,191,223); }

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