Html Css Color HEX #C2B1ED Melrose

📋 copy color: '#C2B1ED'

red 194 ◦ green 177 ◦ blue 237

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

Shades of Melrose #C2B1ED

Tints of Melrose #C2B1ED

RGB

 RED value IS 194 (76.17% from 255) = 31.91%

 GREEN value IS 177 (69.53% from 255) = 29.11%

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

R = 31.91%
G = 29.11%
B = 38.98%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2B1ED (or 0xC2B1ED) is known color: Melrose. HEX triplet: C2, B1 and ED. RGB value is (194,177,237). Sum of RGB (Red+Green+Blue) = 194+177+237=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1ED is #3D4E12. Grayscale: #BCBCBC. Windows color (decimal): -4017683 or 15577538. OLE color: 15577538.

HSL color Cylindrical-coordinate representation of color #C2B1ED: hue angle of 257º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B1ED is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 177 237 -
CMYK 0.18 0.25 0 0.07
HSL 257º 0.63% 0.81% -
HSV(B) 257º 0.25% 0.93% -
XYZ 53.26 49.03 86.78 -
YUV 188.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 194 177 237 0.18 0.25 0 0.07 257 0.63 0.81
Hex C2 B1 ED 12 19 0 7 101 3E 51
Octal 302 261 355 22 31 0 7 401 76 121
Binary 11000010 10110001 11101101 10010 11001 0 111 100000001 111110 1010001

Color Harmonies of #C2B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1ED

Black with #C2B1ED

Text Example


Text Example

White with #C2B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1ED; }

 p { color: rgb(194,177,237); }

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

background-color css

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

 a { background-color: rgb(194,177,237); }

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

border-color css

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

 span { border-color: rgb(194,177,237); }

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