Html Css Color HEX #C2AFE8 Melrose

📋 copy color: '#C2AFE8'

red 194 ◦ green 175 ◦ blue 232

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

Shades of Melrose #C2AFE8

Tints of Melrose #C2AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.6%

R = 32.28%
G = 29.12%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2AFE8 (or 0xC2AFE8) is known color: Melrose. HEX triplet: C2, AF and E8. RGB value is (194,175,232). Sum of RGB (Red+Green+Blue) = 194+175+232=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFE8 is #3D5017. Grayscale: #BABABA. Windows color (decimal): -4018200 or 15249346. OLE color: 15249346.

HSL color Cylindrical-coordinate representation of color #C2AFE8: hue angle of 260º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2AFE8 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 175 232 -
CMYK 0.16 0.25 0 0.09
HSL 260º 0.55% 0.8% -
HSV(B) 260º 0.25% 0.91% -
XYZ 52.14 47.96 82.85 -
YUV 187.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 194 175 232 0.16 0.25 0 0.09 260 0.55 0.8
Hex C2 AF E8 10 19 0 9 104 37 50
Octal 302 257 350 20 31 0 11 404 67 120
Binary 11000010 10101111 11101000 10000 11001 0 1001 100000100 110111 1010000

Color Harmonies of #C2AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFE8

Black with #C2AFE8

Text Example


Text Example

White with #C2AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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