Html Css Color HEX #C6AEEF Melrose

📋 copy color: '#C6AEEF'

red 198 ◦ green 174 ◦ blue 239

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

Shades of Melrose #C6AEEF

Tints of Melrose #C6AEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 32.41%
G = 28.48%
B = 39.12%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6AEEF (or 0xC6AEEF) is known color: Melrose. HEX triplet: C6, AE and EF. RGB value is (198,174,239). Sum of RGB (Red+Green+Blue) = 198+174+239=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEEF is #395110. Grayscale: #BCBCBC. Windows color (decimal): -3756305 or 15707846. OLE color: 15707846.

HSL color Cylindrical-coordinate representation of color #C6AEEF: hue angle of 262.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AEEF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 174 239 -
CMYK 0.17 0.27 0 0.06
HSL 262.15º 0.67% 0.81% -
HSV(B) 262.15º 0.27% 0.94% -
XYZ 54 48.51 88.18 -
YUV 188.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 198 174 239 0.17 0.27 0 0.06 262.15 0.67 0.81
Hex C6 AE EF 11 1B 0 6 106 43 51
Octal 306 256 357 21 33 0 6 406 103 121
Binary 11000110 10101110 11101111 10001 11011 0 110 100000110 1000011 1010001

Color Harmonies of #C6AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEEF

Black with #C6AEEF

Text Example


Text Example

White with #C6AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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