Html Css Color HEX #C2ACFE Melrose

📋 copy color: '#C2ACFE'

red 194 ◦ green 172 ◦ blue 254

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

Shades of Melrose #C2ACFE

Tints of Melrose #C2ACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 31.29%
G = 27.74%
B = 40.97%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2ACFE (or 0xC2ACFE) is known color: Melrose. HEX triplet: C2, AC and FE. RGB value is (194,172,254). Sum of RGB (Red+Green+Blue) = 194+172+254=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFE is #3D5301. Grayscale: #BBBBBB. Windows color (decimal): -4018946 or 16690370. OLE color: 16690370.

HSL color Cylindrical-coordinate representation of color #C2ACFE: hue angle of 256.1º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ACFE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 172 254 -
CMYK 0.24 0.32 0 0.00
HSL 256.1º 0.98% 0.84% -
HSV(B) 256.1º 0.32% 1% -
XYZ 54.89 48.13 100.16 -
YUV 187.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 194 172 254 0.24 0.32 0 0.00 256.1 0.98 0.84
Hex C2 AC FE 18 20 0 0 100 62 54
Octal 302 254 376 30 40 0 0 400 142 124
Binary 11000010 10101100 11111110 11000 100000 0 0 100000000 1100010 1010100

Color Harmonies of #C2ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACFE

Black with #C2ACFE

Text Example


Text Example

White with #C2ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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