Html Css Color HEX #C2AEFB Melrose

📋 copy color: '#C2AEFB'

red 194 ◦ green 174 ◦ blue 251

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

Shades of Melrose #C2AEFB

Tints of Melrose #C2AEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 31.34%
G = 28.11%
B = 40.55%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2AEFB (or 0xC2AEFB) is known color: Melrose. HEX triplet: C2, AE and FB. RGB value is (194,174,251). Sum of RGB (Red+Green+Blue) = 194+174+251=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFB is #3D5104. Grayscale: #BCBCBC. Windows color (decimal): -4018437 or 16494274. OLE color: 16494274.

HSL color Cylindrical-coordinate representation of color #C2AEFB: hue angle of 255.58º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AEFB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 174 251 -
CMYK 0.23 0.31 0 0.02
HSL 255.58º 0.91% 0.83% -
HSV(B) 255.58º 0.31% 0.98% -
XYZ 54.8 48.71 97.78 -
YUV 188.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 194 174 251 0.23 0.31 0 0.02 255.58 0.91 0.83
Hex C2 AE FB 17 1F 0 2 100 5B 53
Octal 302 256 373 27 37 0 2 400 133 123
Binary 11000010 10101110 11111011 10111 11111 0 10 100000000 1011011 1010011

Color Harmonies of #C2AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEFB

Black with #C2AEFB

Text Example


Text Example

White with #C2AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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