Html Css Color HEX #C5AEEC Melrose

📋 copy color: '#C5AEEC'

red 197 ◦ green 174 ◦ blue 236

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

Shades of Melrose #C5AEEC

Tints of Melrose #C5AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 32.45%
G = 28.67%
B = 38.88%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5AEEC (or 0xC5AEEC) is known color: Melrose. HEX triplet: C5, AE and EC. RGB value is (197,174,236). Sum of RGB (Red+Green+Blue) = 197+174+236=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEEC is #3A5113. Grayscale: #BBBBBB. Windows color (decimal): -3821844 or 15511237. OLE color: 15511237.

HSL color Cylindrical-coordinate representation of color #C5AEEC: hue angle of 262.26º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5AEEC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 174 236 -
CMYK 0.17 0.26 0 0.07
HSL 262.26º 0.62% 0.8% -
HSV(B) 262.26º 0.26% 0.93% -
XYZ 53.3 48.2 85.85 -
YUV 187.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 197 174 236 0.17 0.26 0 0.07 262.26 0.62 0.8
Hex C5 AE EC 11 1A 0 7 106 3E 50
Octal 305 256 354 21 32 0 7 406 76 120
Binary 11000101 10101110 11101100 10001 11010 0 111 100000110 111110 1010000

Color Harmonies of #C5AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEEC

Black with #C5AEEC

Text Example


Text Example

White with #C5AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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