Html Css Color HEX #C4AEEA Melrose

📋 copy color: '#C4AEEA'

red 196 ◦ green 174 ◦ blue 234

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

Shades of Melrose #C4AEEA

Tints of Melrose #C4AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 32.45%
G = 28.81%
B = 38.74%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4AEEA (or 0xC4AEEA) is known color: Melrose. HEX triplet: C4, AE and EA. RGB value is (196,174,234). Sum of RGB (Red+Green+Blue) = 196+174+234=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEEA is #3B5115. Grayscale: #BBBBBB. Windows color (decimal): -3887382 or 15380164. OLE color: 15380164.

HSL color Cylindrical-coordinate representation of color #C4AEEA: hue angle of 262º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AEEA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 174 234 -
CMYK 0.16 0.26 0 0.08
HSL 262º 0.59% 0.8% -
HSV(B) 262º 0.26% 0.92% -
XYZ 52.75 47.95 84.32 -
YUV 187.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 196 174 234 0.16 0.26 0 0.08 262 0.59 0.8
Hex C4 AE EA 10 1A 0 8 106 3B 50
Octal 304 256 352 20 32 0 10 406 73 120
Binary 11000100 10101110 11101010 10000 11010 0 1000 100000110 111011 1010000

Color Harmonies of #C4AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEEA

Black with #C4AEEA

Text Example


Text Example

White with #C4AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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