Html Css Color HEX #C9BEED Melrose

📋 copy color: '#C9BEED'

red 201 ◦ green 190 ◦ blue 237

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

Shades of Melrose #C9BEED

Tints of Melrose #C9BEED

RGB

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

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

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

R = 32.01%
G = 30.25%
B = 37.74%

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

#C9BEED (or 0xC9BEED) is known color: Melrose. HEX triplet: C9, BE and ED. RGB value is (201,190,237). Sum of RGB (Red+Green+Blue) = 201+190+237=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEED is #364112. Grayscale: #C6C6C6. Windows color (decimal): -3555603 or 15580873. OLE color: 15580873.

HSL color Cylindrical-coordinate representation of color #C9BEED: hue angle of 254.04º 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 #C9BEED is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 190 237 -
CMYK 0.15 0.20 0 0.07
HSL 254.04º 0.57% 0.84% -
HSV(B) 254.04º 0.2% 0.93% -
XYZ 57.79 55.36 87.76 -
YUV 198.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 201 190 237 0.15 0.20 0 0.07 254.04 0.57 0.84
Hex C9 BE ED F 14 0 7 FE 39 54
Octal 311 276 355 17 24 0 7 376 71 124
Binary 11001001 10111110 11101101 1111 10100 0 111 11111110 111001 1010100

Color Harmonies of #C9BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEED

Black with #C9BEED

Text Example


Text Example

White with #C9BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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