Html Css Color HEX #C4AEFD Melrose

📋 copy color: '#C4AEFD'

red 196 ◦ green 174 ◦ blue 253

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

Shades of Melrose #C4AEFD

Tints of Melrose #C4AEFD

RGB

 RED value IS 196 (76.95% from 255) = 31.46%

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 31.46%
G = 27.93%
B = 40.61%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4AEFD (or 0xC4AEFD) is known color: Melrose. HEX triplet: C4, AE and FD. RGB value is (196,174,253). Sum of RGB (Red+Green+Blue) = 196+174+253=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEFD is #3B5102. Grayscale: #BDBDBD. Windows color (decimal): -3887363 or 16625348. OLE color: 16625348.

HSL color Cylindrical-coordinate representation of color #C4AEFD: hue angle of 256.71º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AEFD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 174 253 -
CMYK 0.23 0.31 0 0.01
HSL 256.71º 0.95% 0.84% -
HSV(B) 256.71º 0.31% 0.99% -
XYZ 55.63 49.1 99.47 -
YUV 189.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 196 174 253 0.23 0.31 0 0.01 256.71 0.95 0.84
Hex C4 AE FD 17 1F 0 1 101 5F 54
Octal 304 256 375 27 37 0 1 401 137 124
Binary 11000100 10101110 11111101 10111 11111 0 1 100000001 1011111 1010100

Color Harmonies of #C4AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEFD

Black with #C4AEFD

Text Example


Text Example

White with #C4AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEFD; }

 p { color: rgb(196,174,253); }

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

background-color css

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

 a { background-color: rgb(196,174,253); }

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

border-color css

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

 span { border-color: rgb(196,174,253); }

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