Html Css Color HEX #C5AEEB Melrose

📋 copy color: '#C5AEEB'

red 197 ◦ green 174 ◦ blue 235

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

Shades of Melrose #C5AEEB

Tints of Melrose #C5AEEB

RGB

 RED value IS 197 (77.34% from 255) = 32.51%

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

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 32.51%
G = 28.71%
B = 38.78%

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

#C5AEEB (or 0xC5AEEB) is known color: Melrose. HEX triplet: C5, AE and EB. RGB value is (197,174,235). Sum of RGB (Red+Green+Blue) = 197+174+235=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEEB is #3A5114. Grayscale: #BBBBBB. Windows color (decimal): -3821845 or 15445701. OLE color: 15445701.

HSL color Cylindrical-coordinate representation of color #C5AEEB: hue angle of 262.62º degrees, saturation: 0.6, 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 #C5AEEB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 174 235 -
CMYK 0.16 0.26 0 0.08
HSL 262.62º 0.6% 0.8% -
HSV(B) 262.62º 0.26% 0.92% -
XYZ 53.16 48.14 85.09 -
YUV 187.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 197 174 235 0.16 0.26 0 0.08 262.62 0.6 0.8
Hex C5 AE EB 10 1A 0 8 107 3C 50
Octal 305 256 353 20 32 0 10 407 74 120
Binary 11000101 10101110 11101011 10000 11010 0 1000 100000111 111100 1010000

Color Harmonies of #C5AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEEB

Black with #C5AEEB

Text Example


Text Example

White with #C5AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEEB; }

 p { color: rgb(197,174,235); }

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

background-color css

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

 a { background-color: rgb(197,174,235); }

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

border-color css

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

 span { border-color: rgb(197,174,235); }

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