Html Css Color HEX #C9BDEA Melrose

📋 copy color: '#C9BDEA'

red 201 ◦ green 189 ◦ blue 234

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

Shades of Melrose #C9BDEA

Tints of Melrose #C9BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.29%

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 32.21%
G = 30.29%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9BDEA (or 0xC9BDEA) is known color: Melrose. HEX triplet: C9, BD and EA. RGB value is (201,189,234). Sum of RGB (Red+Green+Blue) = 201+189+234=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDEA is #364215. Grayscale: #C5C5C5. Windows color (decimal): -3555862 or 15384009. OLE color: 15384009.

HSL color Cylindrical-coordinate representation of color #C9BDEA: hue angle of 256º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BDEA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 189 234 -
CMYK 0.14 0.19 0 0.08
HSL 256º 0.52% 0.83% -
HSV(B) 256º 0.19% 0.92% -
XYZ 57.14 54.75 85.4 -
YUV 197.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 201 189 234 0.14 0.19 0 0.08 256 0.52 0.83
Hex C9 BD EA E 13 0 8 100 34 53
Octal 311 275 352 16 23 0 10 400 64 123
Binary 11001001 10111101 11101010 1110 10011 0 1000 100000000 110100 1010011

Color Harmonies of #C9BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDEA

Black with #C9BDEA

Text Example


Text Example

White with #C9BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDEA; }

 p { color: rgb(201,189,234); }

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

background-color css

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

 a { background-color: rgb(201,189,234); }

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

border-color css

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

 span { border-color: rgb(201,189,234); }

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