Html Css Color HEX #C4ADF2 Melrose

📋 copy color: '#C4ADF2'

red 196 ◦ green 173 ◦ blue 242

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

Shades of Melrose #C4ADF2

Tints of Melrose #C4ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.61%

R = 32.08%
G = 28.31%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4ADF2 (or 0xC4ADF2) is known color: Melrose. HEX triplet: C4, AD and F2. RGB value is (196,173,242). Sum of RGB (Red+Green+Blue) = 196+173+242=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADF2 is #3B520D. Grayscale: #BBBBBB. Windows color (decimal): -3887630 or 15904196. OLE color: 15904196.

HSL color Cylindrical-coordinate representation of color #C4ADF2: hue angle of 260º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4ADF2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 173 242 -
CMYK 0.19 0.29 0 0.05
HSL 260º 0.73% 0.81% -
HSV(B) 260º 0.29% 0.95% -
XYZ 53.74 48.03 90.44 -
YUV 187.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 196 173 242 0.19 0.29 0 0.05 260 0.73 0.81
Hex C4 AD F2 13 1D 0 5 104 49 51
Octal 304 255 362 23 35 0 5 404 111 121
Binary 11000100 10101101 11110010 10011 11101 0 101 100000100 1001001 1010001

Color Harmonies of #C4ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADF2

Black with #C4ADF2

Text Example


Text Example

White with #C4ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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