Html Css Color HEX #C4AEFE Melrose

📋 copy color: '#C4AEFE'

red 196 ◦ green 174 ◦ blue 254

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

Shades of Melrose #C4AEFE

Tints of Melrose #C4AEFE

RGB

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

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

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

R = 31.41%
G = 27.88%
B = 40.71%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4AEFE (or 0xC4AEFE) is known color: Melrose. HEX triplet: C4, AE and FE. RGB value is (196,174,254). Sum of RGB (Red+Green+Blue) = 196+174+254=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEFE is #3B5101. Grayscale: #BDBDBD. Windows color (decimal): -3887362 or 16690884. OLE color: 16690884.

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

Color convert

RGB 196 174 254 -
CMYK 0.23 0.31 0 0.00
HSL 256.5º 0.98% 0.84% -
HSV(B) 256.5º 0.31% 1% -
XYZ 55.79 49.16 100.32 -
YUV 189.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 196 174 254 0.23 0.31 0 0.00 256.5 0.98 0.84
Hex C4 AE FE 17 1F 0 0 100 62 54
Octal 304 256 376 27 37 0 0 400 142 124
Binary 11000100 10101110 11111110 10111 11111 0 0 100000000 1100010 1010100

Color Harmonies of #C4AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEFE

Black with #C4AEFE

Text Example


Text Example

White with #C4AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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