Html Css Color HEX #C4AAFE Melrose

📋 copy color: '#C4AAFE'

red 196 ◦ green 170 ◦ blue 254

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

Shades of Melrose #C4AAFE

Tints of Melrose #C4AAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.42%

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

R = 31.61%
G = 27.42%
B = 40.97%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4AAFE (or 0xC4AAFE) is known color: Melrose. HEX triplet: C4, AA and FE. RGB value is (196,170,254). Sum of RGB (Red+Green+Blue) = 196+170+254=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AAFE is #3B5501. Grayscale: #BBBBBB. Windows color (decimal): -3888386 or 16689860. OLE color: 16689860.

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

Color convert

RGB 196 170 254 -
CMYK 0.23 0.33 0 0.00
HSL 258.57º 0.98% 0.83% -
HSV(B) 258.57º 0.33% 1% -
XYZ 55.03 47.64 100.06 -
YUV 187.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 196 170 254 0.23 0.33 0 0.00 258.57 0.98 0.83
Hex C4 AA FE 17 21 0 0 103 62 53
Octal 304 252 376 27 41 0 0 403 142 123
Binary 11000100 10101010 11111110 10111 100001 0 0 100000011 1100010 1010011

Color Harmonies of #C4AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAFE

Black with #C4AAFE

Text Example


Text Example

White with #C4AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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