Html Css Color HEX #C9BFE9 Melrose

📋 copy color: '#C9BFE9'

red 201 ◦ green 191 ◦ blue 233

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

Shades of Melrose #C9BFE9

Tints of Melrose #C9BFE9

RGB

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

 GREEN value IS 191 (75% from 255) = 30.56%

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 32.16%
G = 30.56%
B = 37.28%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C9BFE9 (or 0xC9BFE9) is known color: Melrose. HEX triplet: C9, BF and E9. RGB value is (201,191,233). Sum of RGB (Red+Green+Blue) = 201+191+233=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFE9 is #364016. Grayscale: #C6C6C6. Windows color (decimal): -3555351 or 15318985. OLE color: 15318985.

HSL color Cylindrical-coordinate representation of color #C9BFE9: hue angle of 254.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BFE9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 191 233 -
CMYK 0.14 0.18 0 0.09
HSL 254.29º 0.49% 0.83% -
HSV(B) 254.29º 0.18% 0.91% -
XYZ 57.43 55.56 84.79 -
YUV 198.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 201 191 233 0.14 0.18 0 0.09 254.29 0.49 0.83
Hex C9 BF E9 E 12 0 9 FE 31 53
Octal 311 277 351 16 22 0 11 376 61 123
Binary 11001001 10111111 11101001 1110 10010 0 1001 11111110 110001 1010011

Color Harmonies of #C9BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFE9

Black with #C9BFE9

Text Example


Text Example

White with #C9BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFE9; }

 p { color: rgb(201,191,233); }

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

background-color css

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

 a { background-color: rgb(201,191,233); }

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

border-color css

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

 span { border-color: rgb(201,191,233); }

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