Html Css Color HEX #C4AAFF Melrose

📋 copy color: '#C4AAFF'

red 196 ◦ green 170 ◦ blue 255

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

Shades of Melrose #C4AAFF

Tints of Melrose #C4AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 31.56%
G = 27.38%
B = 41.06%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4AAFF (or 0xC4AAFF) is known color: Melrose. HEX triplet: C4, AA and FF. RGB value is (196,170,255). Sum of RGB (Red+Green+Blue) = 196+170+255=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AAFF is #3B5500. Grayscale: #BBBBBB. Windows color (decimal): -3888385 or 16755396. OLE color: 16755396.

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

Color convert

RGB 196 170 255 -
CMYK 0.23 0.33 0 0
HSL 258.35º 1% 0.83% -
HSV(B) 258.35º 0.33% 1% -
XYZ 55.19 47.71 100.91 -
YUV 187.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 196 170 255 0.23 0.33 0 0 258.35 1 0.83
Hex C4 AA FF 17 21 0 0 102 64 53
Octal 304 252 377 27 41 0 0 402 144 123
Binary 11000100 10101010 11111111 10111 100001 0 0 100000010 1100100 1010011

Color Harmonies of #C4AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAFF

Black with #C4AAFF

Text Example


Text Example

White with #C4AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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