Html Css Color HEX #C3AEEB Melrose

📋 copy color: '#C3AEEB'

red 195 ◦ green 174 ◦ blue 235

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

Shades of Melrose #C3AEEB

Tints of Melrose #C3AEEB

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

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

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 32.28%
G = 28.81%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3AEEB (or 0xC3AEEB) is known color: Melrose. HEX triplet: C3, AE and EB. RGB value is (195,174,235). Sum of RGB (Red+Green+Blue) = 195+174+235=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEEB is #3C5114. Grayscale: #BBBBBB. Windows color (decimal): -3952917 or 15445699. OLE color: 15445699.

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

Color convert

RGB 195 174 235 -
CMYK 0.17 0.26 0 0.08
HSL 260.66º 0.6% 0.8% -
HSV(B) 260.66º 0.26% 0.92% -
XYZ 52.64 47.87 85.06 -
YUV 187.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 195 174 235 0.17 0.26 0 0.08 260.66 0.6 0.8
Hex C3 AE EB 11 1A 0 8 105 3C 50
Octal 303 256 353 21 32 0 10 405 74 120
Binary 11000011 10101110 11101011 10001 11010 0 1000 100000101 111100 1010000

Color Harmonies of #C3AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEEB

Black with #C3AEEB

Text Example


Text Example

White with #C3AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEEB; }

 p { color: rgb(195,174,235); }

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

background-color css

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

 a { background-color: rgb(195,174,235); }

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

border-color css

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

 span { border-color: rgb(195,174,235); }

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