Html Css Color HEX #C5AEED Melrose

📋 copy color: '#C5AEED'

red 197 ◦ green 174 ◦ blue 237

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

Shades of Melrose #C5AEED

Tints of Melrose #C5AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 32.4%
G = 28.62%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5AEED (or 0xC5AEED) is known color: Melrose. HEX triplet: C5, AE and ED. RGB value is (197,174,237). Sum of RGB (Red+Green+Blue) = 197+174+237=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEED is #3A5112. Grayscale: #BBBBBB. Windows color (decimal): -3821843 or 15576773. OLE color: 15576773.

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

Color convert

RGB 197 174 237 -
CMYK 0.17 0.27 0 0.07
HSL 261.9º 0.64% 0.81% -
HSV(B) 261.9º 0.27% 0.93% -
XYZ 53.45 48.26 86.62 -
YUV 188.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 197 174 237 0.17 0.27 0 0.07 261.9 0.64 0.81
Hex C5 AE ED 11 1B 0 7 106 40 51
Octal 305 256 355 21 33 0 7 406 100 121
Binary 11000101 10101110 11101101 10001 11011 0 111 100000110 1000000 1010001

Color Harmonies of #C5AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEED

Black with #C5AEED

Text Example


Text Example

White with #C5AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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