Html Css Color HEX #C2ACFB Melrose

📋 copy color: '#C2ACFB'

red 194 ◦ green 172 ◦ blue 251

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

Shades of Melrose #C2ACFB

Tints of Melrose #C2ACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 31.44%
G = 27.88%
B = 40.68%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2ACFB (or 0xC2ACFB) is known color: Melrose. HEX triplet: C2, AC and FB. RGB value is (194,172,251). Sum of RGB (Red+Green+Blue) = 194+172+251=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFB is #3D5304. Grayscale: #BBBBBB. Windows color (decimal): -4018949 or 16493762. OLE color: 16493762.

HSL color Cylindrical-coordinate representation of color #C2ACFB: hue angle of 256.71º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ACFB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 172 251 -
CMYK 0.23 0.31 0 0.02
HSL 256.71º 0.91% 0.83% -
HSV(B) 256.71º 0.31% 0.98% -
XYZ 54.41 47.94 97.65 -
YUV 187.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 194 172 251 0.23 0.31 0 0.02 256.71 0.91 0.83
Hex C2 AC FB 17 1F 0 2 101 5B 53
Octal 302 254 373 27 37 0 2 401 133 123
Binary 11000010 10101100 11111011 10111 11111 0 10 100000001 1011011 1010011

Color Harmonies of #C2ACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACFB

Black with #C2ACFB

Text Example


Text Example

White with #C2ACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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