Html Css Color HEX #C6AEFE Melrose

📋 copy color: '#C6AEFE'

red 198 ◦ green 174 ◦ blue 254

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

Shades of Melrose #C6AEFE

Tints of Melrose #C6AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 31.63%
G = 27.8%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6AEFE (or 0xC6AEFE) is known color: Melrose. HEX triplet: C6, AE and FE. RGB value is (198,174,254). Sum of RGB (Red+Green+Blue) = 198+174+254=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEFE is #395101. Grayscale: #BEBEBE. Windows color (decimal): -3756290 or 16690886. OLE color: 16690886.

HSL color Cylindrical-coordinate representation of color #C6AEFE: hue angle of 258º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AEFE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 174 254 -
CMYK 0.22 0.31 0 0.00
HSL 258º 0.98% 0.84% -
HSV(B) 258º 0.31% 1% -
XYZ 56.31 49.43 100.34 -
YUV 190.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 198 174 254 0.22 0.31 0 0.00 258 0.98 0.84
Hex C6 AE FE 16 1F 0 0 102 62 54
Octal 306 256 376 26 37 0 0 402 142 124
Binary 11000110 10101110 11111110 10110 11111 0 0 100000010 1100010 1010100

Color Harmonies of #C6AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEFE

Black with #C6AEFE

Text Example


Text Example

White with #C6AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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