Html Css Color HEX #C2AFEC Melrose

📋 copy color: '#C2AFEC'

red 194 ◦ green 175 ◦ blue 236

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

Shades of Melrose #C2AFEC

Tints of Melrose #C2AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.93%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 32.07%
G = 28.93%
B = 39.01%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2AFEC (or 0xC2AFEC) is known color: Melrose. HEX triplet: C2, AF and EC. RGB value is (194,175,236). Sum of RGB (Red+Green+Blue) = 194+175+236=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFEC is #3D5013. Grayscale: #BBBBBB. Windows color (decimal): -4018196 or 15511490. OLE color: 15511490.

HSL color Cylindrical-coordinate representation of color #C2AFEC: hue angle of 258.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AFEC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 175 236 -
CMYK 0.18 0.26 0 0.07
HSL 258.69º 0.62% 0.81% -
HSV(B) 258.69º 0.26% 0.93% -
XYZ 52.72 48.19 85.88 -
YUV 187.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 194 175 236 0.18 0.26 0 0.07 258.69 0.62 0.81
Hex C2 AF EC 12 1A 0 7 103 3E 51
Octal 302 257 354 22 32 0 7 403 76 121
Binary 11000010 10101111 11101100 10010 11010 0 111 100000011 111110 1010001

Color Harmonies of #C2AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFEC

Black with #C2AFEC

Text Example


Text Example

White with #C2AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFEC; }

 p { color: rgb(194,175,236); }

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

background-color css

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

 a { background-color: rgb(194,175,236); }

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

border-color css

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

 span { border-color: rgb(194,175,236); }

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