Html Css Color HEX #C2ADF9 Melrose

📋 copy color: '#C2ADF9'

red 194 ◦ green 173 ◦ blue 249

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

Shades of Melrose #C2ADF9

Tints of Melrose #C2ADF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 31.49%
G = 28.08%
B = 40.42%

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

#C2ADF9 (or 0xC2ADF9) is known color: Melrose. HEX triplet: C2, AD and F9. RGB value is (194,173,249). Sum of RGB (Red+Green+Blue) = 194+173+249=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2ADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF9 is #3D5206. Grayscale: #BBBBBB. Windows color (decimal): -4018695 or 16362946. OLE color: 16362946.

HSL color Cylindrical-coordinate representation of color #C2ADF9: hue angle of 256.58º degrees, saturation: 0.86, 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 #C2ADF9 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 173 249 -
CMYK 0.22 0.31 0 0.02
HSL 256.58º 0.86% 0.83% -
HSV(B) 256.58º 0.31% 0.98% -
XYZ 54.29 48.2 96.06 -
YUV 187.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 194 173 249 0.22 0.31 0 0.02 256.58 0.86 0.83
Hex C2 AD F9 16 1F 0 2 101 56 53
Octal 302 255 371 26 37 0 2 401 126 123
Binary 11000010 10101101 11111001 10110 11111 0 10 100000001 1010110 1010011

Color Harmonies of #C2ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADF9

Black with #C2ADF9

Text Example


Text Example

White with #C2ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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