Html Css Color HEX #C2ACF8 Melrose

📋 copy color: '#C2ACF8'

red 194 ◦ green 172 ◦ blue 248

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

Shades of Melrose #C2ACF8

Tints of Melrose #C2ACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 31.6%
G = 28.01%
B = 40.39%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C2ACF8 (or 0xC2ACF8) is known color: Melrose. HEX triplet: C2, AC and F8. RGB value is (194,172,248). Sum of RGB (Red+Green+Blue) = 194+172+248=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF8 is #3D5307. Grayscale: #BABABA. Windows color (decimal): -4018952 or 16297154. OLE color: 16297154.

HSL color Cylindrical-coordinate representation of color #C2ACF8: hue angle of 257.37º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ACF8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 172 248 -
CMYK 0.22 0.31 0 0.03
HSL 257.37º 0.84% 0.82% -
HSV(B) 257.37º 0.31% 0.97% -
XYZ 53.94 47.75 95.18 -
YUV 187.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 194 172 248 0.22 0.31 0 0.03 257.37 0.84 0.82
Hex C2 AC F8 16 1F 0 3 101 54 52
Octal 302 254 370 26 37 0 3 401 124 122
Binary 11000010 10101100 11111000 10110 11111 0 11 100000001 1010100 1010010

Color Harmonies of #C2ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACF8

Black with #C2ACF8

Text Example


Text Example

White with #C2ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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