Html Css Color HEX #C6AEFA Melrose

📋 copy color: '#C6AEFA'

red 198 ◦ green 174 ◦ blue 250

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

Shades of Melrose #C6AEFA

Tints of Melrose #C6AEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.97%

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

R = 31.83%
G = 27.97%
B = 40.19%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6AEFA (or 0xC6AEFA) is known color: Melrose. HEX triplet: C6, AE and FA. RGB value is (198,174,250). Sum of RGB (Red+Green+Blue) = 198+174+250=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEFA is #395105. Grayscale: #BDBDBD. Windows color (decimal): -3756294 or 16428742. OLE color: 16428742.

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

Color convert

RGB 198 174 250 -
CMYK 0.21 0.30 0 0.02
HSL 258.95º 0.88% 0.83% -
HSV(B) 258.95º 0.3% 0.98% -
XYZ 55.68 49.18 97 -
YUV 189.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 198 174 250 0.21 0.30 0 0.02 258.95 0.88 0.83
Hex C6 AE FA 15 1E 0 2 103 58 53
Octal 306 256 372 25 36 0 2 403 130 123
Binary 11000110 10101110 11111010 10101 11110 0 10 100000011 1011000 1010011

Color Harmonies of #C6AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEFA

Black with #C6AEFA

Text Example


Text Example

White with #C6AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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