Html Css Color HEX #C9ADF8 Melrose

📋 copy color: '#C9ADF8'

red 201 ◦ green 173 ◦ blue 248

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

Shades of Melrose #C9ADF8

Tints of Melrose #C9ADF8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.81%

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

R = 32.32%
G = 27.81%
B = 39.87%

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

#C9ADF8 (or 0xC9ADF8) is known color: Melrose. HEX triplet: C9, AD and F8. RGB value is (201,173,248). Sum of RGB (Red+Green+Blue) = 201+173+248=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADF8 is #365207. Grayscale: #BDBDBD. Windows color (decimal): -3559944 or 16297417. OLE color: 16297417.

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

Color convert

RGB 201 173 248 -
CMYK 0.19 0.30 0 0.03
HSL 262.4º 0.84% 0.83% -
HSV(B) 262.4º 0.3% 0.97% -
XYZ 55.97 49.08 95.33 -
YUV 189.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 201 173 248 0.19 0.30 0 0.03 262.4 0.84 0.83
Hex C9 AD F8 13 1E 0 3 106 54 53
Octal 311 255 370 23 36 0 3 406 124 123
Binary 11001001 10101101 11111000 10011 11110 0 11 100000110 1010100 1010011

Color Harmonies of #C9ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADF8

Black with #C9ADF8

Text Example


Text Example

White with #C9ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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