Html Css Color HEX #C1AAEE Melrose

📋 copy color: '#C1AAEE'

red 193 ◦ green 170 ◦ blue 238

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

Shades of Melrose #C1AAEE

Tints of Melrose #C1AAEE

RGB

 RED value IS 193 (75.78% from 255) = 32.11%

 GREEN value IS 170 (66.8% from 255) = 28.29%

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

R = 32.11%
G = 28.29%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1AAEE (or 0xC1AAEE) is known color: Melrose. HEX triplet: C1, AA and EE. RGB value is (193,170,238). Sum of RGB (Red+Green+Blue) = 193+170+238=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAEE is #3E5511. Grayscale: #B8B8B8. Windows color (decimal): -4085010 or 15641281. OLE color: 15641281.

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

Color convert

RGB 193 170 238 -
CMYK 0.19 0.29 0 0.07
HSL 260.29º 0.67% 0.8% -
HSV(B) 260.29º 0.29% 0.93% -
XYZ 51.8 46.26 87.09 -
YUV 184.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 193 170 238 0.19 0.29 0 0.07 260.29 0.67 0.8
Hex C1 AA EE 13 1D 0 7 104 43 50
Octal 301 252 356 23 35 0 7 404 103 120
Binary 11000001 10101010 11101110 10011 11101 0 111 100000100 1000011 1010000

Color Harmonies of #C1AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAEE

Black with #C1AAEE

Text Example


Text Example

White with #C1AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAEE; }

 p { color: rgb(193,170,238); }

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

background-color css

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

 a { background-color: rgb(193,170,238); }

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

border-color css

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

 span { border-color: rgb(193,170,238); }

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