Html Css Color HEX #C2ADFA Melrose

📋 copy color: '#C2ADFA'

red 194 ◦ green 173 ◦ blue 250

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

Shades of Melrose #C2ADFA

Tints of Melrose #C2ADFA

RGB

 RED value IS 194 (76.17% from 255) = 31.44%

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 31.44%
G = 28.04%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2ADFA (or 0xC2ADFA) is known color: Melrose. HEX triplet: C2, AD and FA. RGB value is (194,173,250). Sum of RGB (Red+Green+Blue) = 194+173+250=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFA is #3D5205. Grayscale: #BBBBBB. Windows color (decimal): -4018694 or 16428482. OLE color: 16428482.

HSL color Cylindrical-coordinate representation of color #C2ADFA: hue angle of 256.36º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ADFA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 173 250 -
CMYK 0.22 0.31 0 0.02
HSL 256.36º 0.89% 0.83% -
HSV(B) 256.36º 0.31% 0.98% -
XYZ 54.45 48.26 96.89 -
YUV 188.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 194 173 250 0.22 0.31 0 0.02 256.36 0.89 0.83
Hex C2 AD FA 16 1F 0 2 100 59 53
Octal 302 255 372 26 37 0 2 400 131 123
Binary 11000010 10101101 11111010 10110 11111 0 10 100000000 1011001 1010011

Color Harmonies of #C2ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADFA

Black with #C2ADFA

Text Example


Text Example

White with #C2ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADFA; }

 p { color: rgb(194,173,250); }

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

background-color css

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

 a { background-color: rgb(194,173,250); }

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

border-color css

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

 span { border-color: rgb(194,173,250); }

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