Html Css Color HEX #C6ADFA Melrose

📋 copy color: '#C6ADFA'

red 198 ◦ green 173 ◦ blue 250

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

Shades of Melrose #C6ADFA

Tints of Melrose #C6ADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 31.88%
G = 27.86%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6ADFA (or 0xC6ADFA) is known color: Melrose. HEX triplet: C6, AD and FA. RGB value is (198,173,250). Sum of RGB (Red+Green+Blue) = 198+173+250=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADFA is #395205. Grayscale: #BCBCBC. Windows color (decimal): -3756550 or 16428486. OLE color: 16428486.

HSL color Cylindrical-coordinate representation of color #C6ADFA: hue angle of 259.48º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6ADFA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 173 250 -
CMYK 0.21 0.31 0 0.02
HSL 259.48º 0.89% 0.83% -
HSV(B) 259.48º 0.31% 0.98% -
XYZ 55.49 48.8 96.94 -
YUV 189.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 198 173 250 0.21 0.31 0 0.02 259.48 0.89 0.83
Hex C6 AD FA 15 1F 0 2 103 59 53
Octal 306 255 372 25 37 0 2 403 131 123
Binary 11000110 10101101 11111010 10101 11111 0 10 100000011 1011001 1010011

Color Harmonies of #C6ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADFA

Black with #C6ADFA

Text Example


Text Example

White with #C6ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADFA; }

 p { color: rgb(198,173,250); }

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

background-color css

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

 a { background-color: rgb(198,173,250); }

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

border-color css

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

 span { border-color: rgb(198,173,250); }

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