Html Css Color HEX #C2ABED Melrose

📋 copy color: '#C2ABED'

red 194 ◦ green 171 ◦ blue 237

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

Shades of Melrose #C2ABED

Tints of Melrose #C2ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.41%

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

R = 32.23%
G = 28.41%
B = 39.37%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2ABED (or 0xC2ABED) is known color: Melrose. HEX triplet: C2, AB and ED. RGB value is (194,171,237). Sum of RGB (Red+Green+Blue) = 194+171+237=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABED is #3D5412. Grayscale: #B9B9B9. Windows color (decimal): -4019219 or 15576002. OLE color: 15576002.

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

Color convert

RGB 194 171 237 -
CMYK 0.18 0.28 0 0.07
HSL 260.91º 0.65% 0.8% -
HSV(B) 260.91º 0.28% 0.93% -
XYZ 52.1 46.71 86.39 -
YUV 185.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 194 171 237 0.18 0.28 0 0.07 260.91 0.65 0.8
Hex C2 AB ED 12 1C 0 7 105 41 50
Octal 302 253 355 22 34 0 7 405 101 120
Binary 11000010 10101011 11101101 10010 11100 0 111 100000101 1000001 1010000

Color Harmonies of #C2ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABED

Black with #C2ABED

Text Example


Text Example

White with #C2ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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