Html Css Color HEX #C2AEFF Melrose

📋 copy color: '#C2AEFF'

red 194 ◦ green 174 ◦ blue 255

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

Shades of Melrose #C2AEFF

Tints of Melrose #C2AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.93%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 31.14%
G = 27.93%
B = 40.93%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2AEFF (or 0xC2AEFF) is known color: Melrose. HEX triplet: C2, AE and FF. RGB value is (194,174,255). Sum of RGB (Red+Green+Blue) = 194+174+255=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFF is #3D5100. Grayscale: #BCBCBC. Windows color (decimal): -4018433 or 16756418. OLE color: 16756418.

HSL color Cylindrical-coordinate representation of color #C2AEFF: hue angle of 254.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AEFF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 174 255 -
CMYK 0.24 0.32 0 0
HSL 254.81º 1% 0.84% -
HSV(B) 254.81º 0.32% 1% -
XYZ 55.43 48.96 101.14 -
YUV 189.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 194 174 255 0.24 0.32 0 0 254.81 1 0.84
Hex C2 AE FF 18 20 0 0 FF 64 54
Octal 302 256 377 30 40 0 0 377 144 124
Binary 11000010 10101110 11111111 11000 100000 0 0 11111111 1100100 1010100

Color Harmonies of #C2AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEFF

Black with #C2AEFF

Text Example


Text Example

White with #C2AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEFF; }

 p { color: rgb(194,174,255); }

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

background-color css

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

 a { background-color: rgb(194,174,255); }

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

border-color css

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

 span { border-color: rgb(194,174,255); }

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