Html Css Color HEX #C2ADF6 Melrose

📋 copy color: '#C2ADF6'

red 194 ◦ green 173 ◦ blue 246

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

Shades of Melrose #C2ADF6

Tints of Melrose #C2ADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.22%

 BLUE value IS 246 (96.48% from 255) = 40.13%

R = 31.65%
G = 28.22%
B = 40.13%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2ADF6 (or 0xC2ADF6) is known color: Melrose. HEX triplet: C2, AD and F6. RGB value is (194,173,246). Sum of RGB (Red+Green+Blue) = 194+173+246=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF6 is #3D5209. Grayscale: #BBBBBB. Windows color (decimal): -4018698 or 16166338. OLE color: 16166338.

HSL color Cylindrical-coordinate representation of color #C2ADF6: hue angle of 257.26º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2ADF6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 173 246 -
CMYK 0.21 0.30 0 0.04
HSL 257.26º 0.8% 0.82% -
HSV(B) 257.26º 0.3% 0.96% -
XYZ 53.83 48.01 93.62 -
YUV 187.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 194 173 246 0.21 0.30 0 0.04 257.26 0.8 0.82
Hex C2 AD F6 15 1E 0 4 101 50 52
Octal 302 255 366 25 36 0 4 401 120 122
Binary 11000010 10101101 11110110 10101 11110 0 100 100000001 1010000 1010010

Color Harmonies of #C2ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADF6

Black with #C2ADF6

Text Example


Text Example

White with #C2ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADF6; }

 p { color: rgb(194,173,246); }

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

background-color css

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

 a { background-color: rgb(194,173,246); }

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

border-color css

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

 span { border-color: rgb(194,173,246); }

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