Html Css Color HEX #C5AEEE Melrose

📋 copy color: '#C5AEEE'

red 197 ◦ green 174 ◦ blue 238

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

Shades of Melrose #C5AEEE

Tints of Melrose #C5AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 32.35%
G = 28.57%
B = 39.08%

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

#C5AEEE (or 0xC5AEEE) is known color: Melrose. HEX triplet: C5, AE and EE. RGB value is (197,174,238). Sum of RGB (Red+Green+Blue) = 197+174+238=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEEE is #3A5111. Grayscale: #BBBBBB. Windows color (decimal): -3821842 or 15642309. OLE color: 15642309.

HSL color Cylindrical-coordinate representation of color #C5AEEE: hue angle of 261.56º degrees, saturation: 0.65, 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 #C5AEEE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 174 238 -
CMYK 0.17 0.27 0 0.07
HSL 261.56º 0.65% 0.81% -
HSV(B) 261.56º 0.27% 0.93% -
XYZ 53.59 48.32 87.39 -
YUV 188.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 197 174 238 0.17 0.27 0 0.07 261.56 0.65 0.81
Hex C5 AE EE 11 1B 0 7 106 41 51
Octal 305 256 356 21 33 0 7 406 101 121
Binary 11000101 10101110 11101110 10001 11011 0 111 100000110 1000001 1010001

Color Harmonies of #C5AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEEE

Black with #C5AEEE

Text Example


Text Example

White with #C5AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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