Html Css Color HEX #C2ACEF Melrose

📋 copy color: '#C2ACEF'

red 194 ◦ green 172 ◦ blue 239

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

Shades of Melrose #C2ACEF

Tints of Melrose #C2ACEF

RGB

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

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

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

R = 32.07%
G = 28.43%
B = 39.5%

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

#C2ACEF (or 0xC2ACEF) is known color: Melrose. HEX triplet: C2, AC and EF. RGB value is (194,172,239). Sum of RGB (Red+Green+Blue) = 194+172+239=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACEF is #3D5310. Grayscale: #B9B9B9. Windows color (decimal): -4018961 or 15707330. OLE color: 15707330.

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

Color convert

RGB 194 172 239 -
CMYK 0.19 0.28 0 0.06
HSL 259.7º 0.68% 0.81% -
HSV(B) 259.7º 0.28% 0.94% -
XYZ 52.58 47.21 88 -
YUV 186.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 194 172 239 0.19 0.28 0 0.06 259.7 0.68 0.81
Hex C2 AC EF 13 1C 0 6 104 44 51
Octal 302 254 357 23 34 0 6 404 104 121
Binary 11000010 10101100 11101111 10011 11100 0 110 100000100 1000100 1010001

Color Harmonies of #C2ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACEF

Black with #C2ACEF

Text Example


Text Example

White with #C2ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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