Html Css Color HEX #C2AFEB Melrose

📋 copy color: '#C2AFEB'

red 194 ◦ green 175 ◦ blue 235

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

Shades of Melrose #C2AFEB

Tints of Melrose #C2AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 32.12%
G = 28.97%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2AFEB (or 0xC2AFEB) is known color: Melrose. HEX triplet: C2, AF and EB. RGB value is (194,175,235). Sum of RGB (Red+Green+Blue) = 194+175+235=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFEB is #3D5014. Grayscale: #BBBBBB. Windows color (decimal): -4018197 or 15445954. OLE color: 15445954.

HSL color Cylindrical-coordinate representation of color #C2AFEB: hue angle of 259º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AFEB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 175 235 -
CMYK 0.17 0.26 0 0.08
HSL 259º 0.6% 0.8% -
HSV(B) 259º 0.26% 0.92% -
XYZ 52.57 48.13 85.12 -
YUV 187.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 194 175 235 0.17 0.26 0 0.08 259 0.6 0.8
Hex C2 AF EB 11 1A 0 8 103 3C 50
Octal 302 257 353 21 32 0 10 403 74 120
Binary 11000010 10101111 11101011 10001 11010 0 1000 100000011 111100 1010000

Color Harmonies of #C2AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFEB

Black with #C2AFEB

Text Example


Text Example

White with #C2AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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