Html Css Color HEX #C9ADF7 Melrose

📋 copy color: '#C9ADF7'

red 201 ◦ green 173 ◦ blue 247

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

Shades of Melrose #C9ADF7

Tints of Melrose #C9ADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.77%

R = 32.37%
G = 27.86%
B = 39.77%

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

#C9ADF7 (or 0xC9ADF7) is known color: Melrose. HEX triplet: C9, AD and F7. RGB value is (201,173,247). Sum of RGB (Red+Green+Blue) = 201+173+247=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #C9ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADF7 is #365208. Grayscale: #BDBDBD. Windows color (decimal): -3559945 or 16231881. OLE color: 16231881.

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

Color convert

RGB 201 173 247 -
CMYK 0.19 0.30 0 0.03
HSL 262.7º 0.82% 0.82% -
HSV(B) 262.7º 0.3% 0.97% -
XYZ 55.82 49.02 94.52 -
YUV 189.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 201 173 247 0.19 0.30 0 0.03 262.7 0.82 0.82
Hex C9 AD F7 13 1E 0 3 107 52 52
Octal 311 255 367 23 36 0 3 407 122 122
Binary 11001001 10101101 11110111 10011 11110 0 11 100000111 1010010 1010010

Color Harmonies of #C9ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADF7

Black with #C9ADF7

Text Example


Text Example

White with #C9ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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