Html Css Color HEX #C9BDED Melrose

📋 copy color: '#C9BDED'

red 201 ◦ green 189 ◦ blue 237

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

Shades of Melrose #C9BDED

Tints of Melrose #C9BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 32.06%
G = 30.14%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9BDED (or 0xC9BDED) is known color: Melrose. HEX triplet: C9, BD and ED. RGB value is (201,189,237). Sum of RGB (Red+Green+Blue) = 201+189+237=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDED is #364212. Grayscale: #C5C5C5. Windows color (decimal): -3555859 or 15580617. OLE color: 15580617.

HSL color Cylindrical-coordinate representation of color #C9BDED: hue angle of 255º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BDED is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 189 237 -
CMYK 0.15 0.20 0 0.07
HSL 255º 0.57% 0.84% -
HSV(B) 255º 0.2% 0.93% -
XYZ 57.57 54.93 87.69 -
YUV 198.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 201 189 237 0.15 0.20 0 0.07 255 0.57 0.84
Hex C9 BD ED F 14 0 7 FF 39 54
Octal 311 275 355 17 24 0 7 377 71 124
Binary 11001001 10111101 11101101 1111 10100 0 111 11111111 111001 1010100

Color Harmonies of #C9BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDED

Black with #C9BDED

Text Example


Text Example

White with #C9BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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