Html Css Color HEX #C9BDDE Melrose

📋 copy color: '#C9BDDE'

red 201 ◦ green 189 ◦ blue 222

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

Shades of Melrose #C9BDDE

Tints of Melrose #C9BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 32.84%
G = 30.88%
B = 36.27%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BDDE (or 0xC9BDDE) is known color: Melrose. HEX triplet: C9, BD and DE. RGB value is (201,189,222). Sum of RGB (Red+Green+Blue) = 201+189+222=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDDE is #364221. Grayscale: #C4C4C4. Windows color (decimal): -3555874 or 14597577. OLE color: 14597577.

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

Color convert

RGB 201 189 222 -
CMYK 0.09 0.15 0 0.13
HSL 261.82º 0.33% 0.81% -
HSV(B) 261.82º 0.15% 0.87% -
XYZ 55.47 54.09 76.62 -
YUV 196.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 201 189 222 0.09 0.15 0 0.13 261.82 0.33 0.81
Hex C9 BD DE 9 F 0 D 106 21 51
Octal 311 275 336 11 17 0 15 406 41 121
Binary 11001001 10111101 11011110 1001 1111 0 1101 100000110 100001 1010001

Color Harmonies of #C9BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDDE

Black with #C9BDDE

Text Example


Text Example

White with #C9BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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