Html Css Color HEX #C9B9F3 Melrose

📋 copy color: '#C9B9F3'

red 201 ◦ green 185 ◦ blue 243

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

Shades of Melrose #C9B9F3

Tints of Melrose #C9B9F3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.41%

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 31.96%
G = 29.41%
B = 38.63%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9B9F3 (or 0xC9B9F3) is known color: Melrose. HEX triplet: C9, B9 and F3. RGB value is (201,185,243). Sum of RGB (Red+Green+Blue) = 201+185+243=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9B9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9F3 is #36460C. Grayscale: #C4C4C4. Windows color (decimal): -3556877 or 15972809. OLE color: 15972809.

HSL color Cylindrical-coordinate representation of color #C9B9F3: hue angle of 256.55º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B9F3 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 185 243 -
CMYK 0.17 0.24 0 0.05
HSL 256.55º 0.71% 0.84% -
HSV(B) 256.55º 0.24% 0.95% -
XYZ 57.61 53.59 92.1 -
YUV 196.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 201 185 243 0.17 0.24 0 0.05 256.55 0.71 0.84
Hex C9 B9 F3 11 18 0 5 101 47 54
Octal 311 271 363 21 30 0 5 401 107 124
Binary 11001001 10111001 11110011 10001 11000 0 101 100000001 1000111 1010100

Color Harmonies of #C9B9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9F3

Black with #C9B9F3

Text Example


Text Example

White with #C9B9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9F3; }

 p { color: rgb(201,185,243); }

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

background-color css

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

 a { background-color: rgb(201,185,243); }

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

border-color css

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

 span { border-color: rgb(201,185,243); }

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