Html Css Color HEX #C7AEFA Melrose

📋 copy color: '#C7AEFA'

red 199 ◦ green 174 ◦ blue 250

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

Shades of Melrose #C7AEFA

Tints of Melrose #C7AEFA

RGB

 RED value IS 199 (78.13% from 255) = 31.94%

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

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

R = 31.94%
G = 27.93%
B = 40.13%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7AEFA (or 0xC7AEFA) is known color: Melrose. HEX triplet: C7, AE and FA. RGB value is (199,174,250). Sum of RGB (Red+Green+Blue) = 199+174+250=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AEFA is #385105. Grayscale: #BDBDBD. Windows color (decimal): -3690758 or 16428743. OLE color: 16428743.

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

Color convert

RGB 199 174 250 -
CMYK 0.20 0.30 0 0.02
HSL 259.74º 0.88% 0.83% -
HSV(B) 259.74º 0.3% 0.98% -
XYZ 55.94 49.32 97.01 -
YUV 190.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 199 174 250 0.20 0.30 0 0.02 259.74 0.88 0.83
Hex C7 AE FA 14 1E 0 2 104 58 53
Octal 307 256 372 24 36 0 2 404 130 123
Binary 11000111 10101110 11111010 10100 11110 0 10 100000100 1011000 1010011

Color Harmonies of #C7AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEFA

Black with #C7AEFA

Text Example


Text Example

White with #C7AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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