Html Css Color HEX #C2ACEB Melrose

📋 copy color: '#C2ACEB'

red 194 ◦ green 172 ◦ blue 235

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

Shades of Melrose #C2ACEB

Tints of Melrose #C2ACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.62%

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 32.28%
G = 28.62%
B = 39.1%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2ACEB (or 0xC2ACEB) is known color: Melrose. HEX triplet: C2, AC and EB. RGB value is (194,172,235). Sum of RGB (Red+Green+Blue) = 194+172+235=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACEB is #3D5314. Grayscale: #B9B9B9. Windows color (decimal): -4018965 or 15445186. OLE color: 15445186.

HSL color Cylindrical-coordinate representation of color #C2ACEB: hue angle of 260.95º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2ACEB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 172 235 -
CMYK 0.17 0.27 0 0.08
HSL 260.95º 0.61% 0.8% -
HSV(B) 260.95º 0.27% 0.92% -
XYZ 52 46.97 84.92 -
YUV 185.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 194 172 235 0.17 0.27 0 0.08 260.95 0.61 0.8
Hex C2 AC EB 11 1B 0 8 105 3D 50
Octal 302 254 353 21 33 0 10 405 75 120
Binary 11000010 10101100 11101011 10001 11011 0 1000 100000101 111101 1010000

Color Harmonies of #C2ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACEB

Black with #C2ACEB

Text Example


Text Example

White with #C2ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACEB; }

 p { color: rgb(194,172,235); }

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

background-color css

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

 a { background-color: rgb(194,172,235); }

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

border-color css

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

 span { border-color: rgb(194,172,235); }

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