Html Css Color HEX #C2AEFE Melrose

📋 copy color: '#C2AEFE'

red 194 ◦ green 174 ◦ blue 254

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

Shades of Melrose #C2AEFE

Tints of Melrose #C2AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 31.19%
G = 27.97%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2AEFE (or 0xC2AEFE) is known color: Melrose. HEX triplet: C2, AE and FE. RGB value is (194,174,254). Sum of RGB (Red+Green+Blue) = 194+174+254=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFE is #3D5101. Grayscale: #BCBCBC. Windows color (decimal): -4018434 or 16690882. OLE color: 16690882.

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

Color convert

RGB 194 174 254 -
CMYK 0.24 0.31 0 0.00
HSL 255º 0.98% 0.84% -
HSV(B) 255º 0.31% 1% -
XYZ 55.27 48.9 100.29 -
YUV 189.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 194 174 254 0.24 0.31 0 0.00 255 0.98 0.84
Hex C2 AE FE 18 1F 0 0 FF 62 54
Octal 302 256 376 30 37 0 0 377 142 124
Binary 11000010 10101110 11111110 11000 11111 0 0 11111111 1100010 1010100

Color Harmonies of #C2AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEFE

Black with #C2AEFE

Text Example


Text Example

White with #C2AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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