Html Css Color HEX #C4ADFE Melrose

📋 copy color: '#C4ADFE'

red 196 ◦ green 173 ◦ blue 254

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

Shades of Melrose #C4ADFE

Tints of Melrose #C4ADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.77%

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 31.46%
G = 27.77%
B = 40.77%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4ADFE (or 0xC4ADFE) is known color: Melrose. HEX triplet: C4, AD and FE. RGB value is (196,173,254). Sum of RGB (Red+Green+Blue) = 196+173+254=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFE is #3B5201. Grayscale: #BCBCBC. Windows color (decimal): -3887618 or 16690628. OLE color: 16690628.

HSL color Cylindrical-coordinate representation of color #C4ADFE: hue angle of 257.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4ADFE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 173 254 -
CMYK 0.23 0.32 0 0.00
HSL 257.04º 0.98% 0.84% -
HSV(B) 257.04º 0.32% 1% -
XYZ 55.6 48.78 100.25 -
YUV 189.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 196 173 254 0.23 0.32 0 0.00 257.04 0.98 0.84
Hex C4 AD FE 17 20 0 0 101 62 54
Octal 304 255 376 27 40 0 0 401 142 124
Binary 11000100 10101101 11111110 10111 100000 0 0 100000001 1100010 1010100

Color Harmonies of #C4ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADFE

Black with #C4ADFE

Text Example


Text Example

White with #C4ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADFE; }

 p { color: rgb(196,173,254); }

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

background-color css

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

 a { background-color: rgb(196,173,254); }

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

border-color css

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

 span { border-color: rgb(196,173,254); }

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