Html Css Color HEX #C2ACEA Melrose

📋 copy color: '#C2ACEA'

red 194 ◦ green 172 ◦ blue 234

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

Shades of Melrose #C2ACEA

Tints of Melrose #C2ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 32.33%
G = 28.67%
B = 39%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2ACEA (or 0xC2ACEA) is known color: Melrose. HEX triplet: C2, AC and EA. RGB value is (194,172,234). Sum of RGB (Red+Green+Blue) = 194+172+234=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACEA is #3D5315. Grayscale: #B9B9B9. Windows color (decimal): -4018966 or 15379650. OLE color: 15379650.

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

Color convert

RGB 194 172 234 -
CMYK 0.17 0.26 0 0.08
HSL 261.29º 0.6% 0.8% -
HSV(B) 261.29º 0.26% 0.92% -
XYZ 51.85 46.91 84.16 -
YUV 185.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 194 172 234 0.17 0.26 0 0.08 261.29 0.6 0.8
Hex C2 AC EA 11 1A 0 8 105 3C 50
Octal 302 254 352 21 32 0 10 405 74 120
Binary 11000010 10101100 11101010 10001 11010 0 1000 100000101 111100 1010000

Color Harmonies of #C2ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACEA

Black with #C2ACEA

Text Example


Text Example

White with #C2ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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