Html Css Color HEX #C5AEFA Melrose

📋 copy color: '#C5AEFA'

red 197 ◦ green 174 ◦ blue 250

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

Shades of Melrose #C5AEFA

Tints of Melrose #C5AEFA

RGB

 RED value IS 197 (77.34% from 255) = 31.72%

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

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

R = 31.72%
G = 28.02%
B = 40.26%

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

#C5AEFA (or 0xC5AEFA) is known color: Melrose. HEX triplet: C5, AE and FA. RGB value is (197,174,250). Sum of RGB (Red+Green+Blue) = 197+174+250=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 174 (68.36% from 255 or 28.02% 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 #C5AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEFA is #3A5105. Grayscale: #BDBDBD. Windows color (decimal): -3821830 or 16428741. OLE color: 16428741.

HSL color Cylindrical-coordinate representation of color #C5AEFA: hue angle of 258.16º 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 #C5AEFA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 174 250 -
CMYK 0.21 0.30 0 0.02
HSL 258.16º 0.88% 0.83% -
HSV(B) 258.16º 0.3% 0.98% -
XYZ 55.42 49.04 96.99 -
YUV 189.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 197 174 250 0.21 0.30 0 0.02 258.16 0.88 0.83
Hex C5 AE FA 15 1E 0 2 102 58 53
Octal 305 256 372 25 36 0 2 402 130 123
Binary 11000101 10101110 11111010 10101 11110 0 10 100000010 1011000 1010011

Color Harmonies of #C5AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEFA

Black with #C5AEFA

Text Example


Text Example

White with #C5AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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