Html Css Color HEX #C9AEF8 Melrose

📋 copy color: '#C9AEF8'

red 201 ◦ green 174 ◦ blue 248

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

Shades of Melrose #C9AEF8

Tints of Melrose #C9AEF8

RGB

 RED value IS 201 (78.91% from 255) = 32.26%

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

 BLUE value IS 248 (97.27% from 255) = 39.81%

R = 32.26%
G = 27.93%
B = 39.81%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C9AEF8 (or 0xC9AEF8) is known color: Melrose. HEX triplet: C9, AE and F8. RGB value is (201,174,248). Sum of RGB (Red+Green+Blue) = 201+174+248=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEF8 is #365107. Grayscale: #BEBEBE. Windows color (decimal): -3559688 or 16297673. OLE color: 16297673.

HSL color Cylindrical-coordinate representation of color #C9AEF8: hue angle of 261.89º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9AEF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 174 248 -
CMYK 0.19 0.30 0 0.03
HSL 261.89º 0.84% 0.83% -
HSV(B) 261.89º 0.3% 0.97% -
XYZ 56.17 49.47 95.39 -
YUV 190.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 201 174 248 0.19 0.30 0 0.03 261.89 0.84 0.83
Hex C9 AE F8 13 1E 0 3 106 54 53
Octal 311 256 370 23 36 0 3 406 124 123
Binary 11001001 10101110 11111000 10011 11110 0 11 100000110 1010100 1010011

Color Harmonies of #C9AEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEF8

Black with #C9AEF8

Text Example


Text Example

White with #C9AEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEF8; }

 p { color: rgb(201,174,248); }

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

background-color css

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

 a { background-color: rgb(201,174,248); }

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

border-color css

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

 span { border-color: rgb(201,174,248); }

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