Html Css Color HEX #C2ABEF Melrose

📋 copy color: '#C2ABEF'

red 194 ◦ green 171 ◦ blue 239

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

Shades of Melrose #C2ABEF

Tints of Melrose #C2ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 32.12%
G = 28.31%
B = 39.57%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2ABEF (or 0xC2ABEF) is known color: Melrose. HEX triplet: C2, AB and EF. RGB value is (194,171,239). Sum of RGB (Red+Green+Blue) = 194+171+239=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABEF is #3D5410. Grayscale: #B9B9B9. Windows color (decimal): -4019217 or 15707074. OLE color: 15707074.

HSL color Cylindrical-coordinate representation of color #C2ABEF: hue angle of 260.29º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ABEF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 171 239 -
CMYK 0.19 0.28 0 0.06
HSL 260.29º 0.68% 0.8% -
HSV(B) 260.29º 0.28% 0.94% -
XYZ 52.39 46.83 87.94 -
YUV 185.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 194 171 239 0.19 0.28 0 0.06 260.29 0.68 0.8
Hex C2 AB EF 13 1C 0 6 104 44 50
Octal 302 253 357 23 34 0 6 404 104 120
Binary 11000010 10101011 11101111 10011 11100 0 110 100000100 1000100 1010000

Color Harmonies of #C2ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABEF

Black with #C2ABEF

Text Example


Text Example

White with #C2ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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