Html Css Color HEX #C9B9F9 Melrose

📋 copy color: '#C9B9F9'

red 201 ◦ green 185 ◦ blue 249

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

Shades of Melrose #C9B9F9

Tints of Melrose #C9B9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.21%

R = 31.65%
G = 29.13%
B = 39.21%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9B9F9 (or 0xC9B9F9) is known color: Melrose. HEX triplet: C9, B9 and F9. RGB value is (201,185,249). Sum of RGB (Red+Green+Blue) = 201+185+249=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9B9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9F9 is #364606. Grayscale: #C4C4C4. Windows color (decimal): -3556871 or 16366025. OLE color: 16366025.

HSL color Cylindrical-coordinate representation of color #C9B9F9: hue angle of 255º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9B9F9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 185 249 -
CMYK 0.19 0.26 0 0.02
HSL 255º 0.84% 0.85% -
HSV(B) 255º 0.26% 0.98% -
XYZ 58.54 53.95 96.95 -
YUV 197.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 201 185 249 0.19 0.26 0 0.02 255 0.84 0.85
Hex C9 B9 F9 13 1A 0 2 FF 54 55
Octal 311 271 371 23 32 0 2 377 124 125
Binary 11001001 10111001 11111001 10011 11010 0 10 11111111 1010100 1010101

Color Harmonies of #C9B9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9F9

Black with #C9B9F9

Text Example


Text Example

White with #C9B9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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