Html Css Color HEX #C4AEFB Melrose

📋 copy color: '#C4AEFB'

red 196 ◦ green 174 ◦ blue 251

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

Shades of Melrose #C4AEFB

Tints of Melrose #C4AEFB

RGB

 RED value IS 196 (76.95% from 255) = 31.56%

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

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

R = 31.56%
G = 28.02%
B = 40.42%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4AEFB (or 0xC4AEFB) is known color: Melrose. HEX triplet: C4, AE and FB. RGB value is (196,174,251). Sum of RGB (Red+Green+Blue) = 196+174+251=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEFB is #3B5104. Grayscale: #BDBDBD. Windows color (decimal): -3887365 or 16494276. OLE color: 16494276.

HSL color Cylindrical-coordinate representation of color #C4AEFB: hue angle of 257.14º 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 #C4AEFB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 174 251 -
CMYK 0.22 0.31 0 0.02
HSL 257.14º 0.91% 0.83% -
HSV(B) 257.14º 0.31% 0.98% -
XYZ 55.31 48.97 97.8 -
YUV 189.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 196 174 251 0.22 0.31 0 0.02 257.14 0.91 0.83
Hex C4 AE FB 16 1F 0 2 101 5B 53
Octal 304 256 373 26 37 0 2 401 133 123
Binary 11000100 10101110 11111011 10110 11111 0 10 100000001 1011011 1010011

Color Harmonies of #C4AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEFB

Black with #C4AEFB

Text Example


Text Example

White with #C4AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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