Html Css Color HEX #C9BEDD Melrose

📋 copy color: '#C9BEDD'

red 201 ◦ green 190 ◦ blue 221

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

Shades of Melrose #C9BEDD

Tints of Melrose #C9BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.05%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 32.84%
G = 31.05%
B = 36.11%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BEDD (or 0xC9BEDD) is known color: Melrose. HEX triplet: C9, BE and DD. RGB value is (201,190,221). Sum of RGB (Red+Green+Blue) = 201+190+221=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDD is #364122. Grayscale: #C4C4C4. Windows color (decimal): -3555619 or 14532297. OLE color: 14532297.

HSL color Cylindrical-coordinate representation of color #C9BEDD: hue angle of 261.29º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BEDD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 190 221 -
CMYK 0.09 0.14 0 0.13
HSL 261.29º 0.31% 0.81% -
HSV(B) 261.29º 0.14% 0.87% -
XYZ 55.55 54.46 75.99 -
YUV 196.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 201 190 221 0.09 0.14 0 0.13 261.29 0.31 0.81
Hex C9 BE DD 9 E 0 D 105 1F 51
Octal 311 276 335 11 16 0 15 405 37 121
Binary 11001001 10111110 11011101 1001 1110 0 1101 100000101 11111 1010001

Color Harmonies of #C9BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEDD

Black with #C9BEDD

Text Example


Text Example

White with #C9BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEDD; }

 p { color: rgb(201,190,221); }

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

background-color css

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

 a { background-color: rgb(201,190,221); }

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

border-color css

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

 span { border-color: rgb(201,190,221); }

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