Html Css Color HEX #C9BBE4 Melrose

📋 copy color: '#C9BBE4'

red 201 ◦ green 187 ◦ blue 228

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

Shades of Melrose #C9BBE4

Tints of Melrose #C9BBE4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

 BLUE value IS 228 (89.45% from 255) = 37.01%

R = 32.63%
G = 30.36%
B = 37.01%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C9BBE4 (or 0xC9BBE4) is known color: Melrose. HEX triplet: C9, BB and E4. RGB value is (201,187,228). Sum of RGB (Red+Green+Blue) = 201+187+228=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9BBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBE4 is #36441B. Grayscale: #C3C3C3. Windows color (decimal): -3556380 or 14990281. OLE color: 14990281.

HSL color Cylindrical-coordinate representation of color #C9BBE4: hue angle of 260.49º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BBE4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 187 228 -
CMYK 0.12 0.18 0 0.11
HSL 260.49º 0.43% 0.81% -
HSV(B) 260.49º 0.18% 0.89% -
XYZ 55.86 53.56 80.79 -
YUV 195.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 201 187 228 0.12 0.18 0 0.11 260.49 0.43 0.81
Hex C9 BB E4 C 12 0 B 104 2B 51
Octal 311 273 344 14 22 0 13 404 53 121
Binary 11001001 10111011 11100100 1100 10010 0 1011 100000100 101011 1010001

Color Harmonies of #C9BBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBE4

Black with #C9BBE4

Text Example


Text Example

White with #C9BBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBE4; }

 p { color: rgb(201,187,228); }

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

background-color css

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

 a { background-color: rgb(201,187,228); }

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

border-color css

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

 span { border-color: rgb(201,187,228); }

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