Html Css Color HEX #C9B8F5 Melrose

📋 copy color: '#C9B8F5'

red 201 ◦ green 184 ◦ blue 245

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

Shades of Melrose #C9B8F5

Tints of Melrose #C9B8F5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.21%

 BLUE value IS 245 (96.09% from 255) = 38.89%

R = 31.9%
G = 29.21%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C9B8F5 (or 0xC9B8F5) is known color: Melrose. HEX triplet: C9, B8 and F5. RGB value is (201,184,245). Sum of RGB (Red+Green+Blue) = 201+184+245=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9B8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8F5 is #36470A. Grayscale: #C3C3C3. Windows color (decimal): -3557131 or 16103625. OLE color: 16103625.

HSL color Cylindrical-coordinate representation of color #C9B8F5: hue angle of 256.72º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9B8F5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 184 245 -
CMYK 0.18 0.25 0 0.04
HSL 256.72º 0.75% 0.84% -
HSV(B) 256.72º 0.25% 0.96% -
XYZ 57.71 53.29 93.63 -
YUV 196.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 201 184 245 0.18 0.25 0 0.04 256.72 0.75 0.84
Hex C9 B8 F5 12 19 0 4 101 4B 54
Octal 311 270 365 22 31 0 4 401 113 124
Binary 11001001 10111000 11110101 10010 11001 0 100 100000001 1001011 1010100

Color Harmonies of #C9B8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B8F5

Black with #C9B8F5

Text Example


Text Example

White with #C9B8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B8F5; }

 p { color: rgb(201,184,245); }

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

background-color css

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

 a { background-color: rgb(201,184,245); }

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

border-color css

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

 span { border-color: rgb(201,184,245); }

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