Html Css Color HEX #C4ACFE Melrose

📋 copy color: '#C4ACFE'

red 196 ◦ green 172 ◦ blue 254

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

Shades of Melrose #C4ACFE

Tints of Melrose #C4ACFE

RGB

 RED value IS 196 (76.95% from 255) = 31.51%

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

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

R = 31.51%
G = 27.65%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4ACFE (or 0xC4ACFE) is known color: Melrose. HEX triplet: C4, AC and FE. RGB value is (196,172,254). Sum of RGB (Red+Green+Blue) = 196+172+254=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACFE is #3B5301. Grayscale: #BCBCBC. Windows color (decimal): -3887874 or 16690372. OLE color: 16690372.

HSL color Cylindrical-coordinate representation of color #C4ACFE: hue angle of 257.56º 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 #C4ACFE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 172 254 -
CMYK 0.23 0.32 0 0.00
HSL 257.56º 0.98% 0.84% -
HSV(B) 257.56º 0.32% 1% -
XYZ 55.41 48.4 100.19 -
YUV 188.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 196 172 254 0.23 0.32 0 0.00 257.56 0.98 0.84
Hex C4 AC FE 17 20 0 0 102 62 54
Octal 304 254 376 27 40 0 0 402 142 124
Binary 11000100 10101100 11111110 10111 100000 0 0 100000010 1100010 1010100

Color Harmonies of #C4ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACFE

Black with #C4ACFE

Text Example


Text Example

White with #C4ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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