Html Css Color HEX #C2AEEE Melrose

📋 copy color: '#C2AEEE'

red 194 ◦ green 174 ◦ blue 238

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

Shades of Melrose #C2AEEE

Tints of Melrose #C2AEEE

RGB

 RED value IS 194 (76.17% from 255) = 32.01%

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

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

R = 32.01%
G = 28.71%
B = 39.27%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2AEEE (or 0xC2AEEE) is known color: Melrose. HEX triplet: C2, AE and EE. RGB value is (194,174,238). Sum of RGB (Red+Green+Blue) = 194+174+238=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEEE is #3D5111. Grayscale: #BBBBBB. Windows color (decimal): -4018450 or 15642306. OLE color: 15642306.

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

Color convert

RGB 194 174 238 -
CMYK 0.18 0.27 0 0.07
HSL 258.75º 0.65% 0.81% -
HSV(B) 258.75º 0.27% 0.93% -
XYZ 52.82 47.91 87.35 -
YUV 187.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 194 174 238 0.18 0.27 0 0.07 258.75 0.65 0.81
Hex C2 AE EE 12 1B 0 7 103 41 51
Octal 302 256 356 22 33 0 7 403 101 121
Binary 11000010 10101110 11101110 10010 11011 0 111 100000011 1000001 1010001

Color Harmonies of #C2AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEEE

Black with #C2AEEE

Text Example


Text Example

White with #C2AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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