Html Css Color HEX #C4ADFF Melrose

📋 copy color: '#C4ADFF'

red 196 ◦ green 173 ◦ blue 255

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

Shades of Melrose #C4ADFF

Tints of Melrose #C4ADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.87%

R = 31.41%
G = 27.72%
B = 40.87%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4ADFF (or 0xC4ADFF) is known color: Melrose. HEX triplet: C4, AD and FF. RGB value is (196,173,255). Sum of RGB (Red+Green+Blue) = 196+173+255=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFF is #3B5200. Grayscale: #BCBCBC. Windows color (decimal): -3887617 or 16756164. OLE color: 16756164.

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

Color convert

RGB 196 173 255 -
CMYK 0.23 0.32 0 0
HSL 256.83º 1% 0.84% -
HSV(B) 256.83º 0.32% 1% -
XYZ 55.76 48.84 101.1 -
YUV 189.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 196 173 255 0.23 0.32 0 0 256.83 1 0.84
Hex C4 AD FF 17 20 0 0 101 64 54
Octal 304 255 377 27 40 0 0 401 144 124
Binary 11000100 10101101 11111111 10111 100000 0 0 100000001 1100100 1010100

Color Harmonies of #C4ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADFF

Black with #C4ADFF

Text Example


Text Example

White with #C4ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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