Html Css Color HEX #C2ADF3 Melrose

📋 copy color: '#C2ADF3'

red 194 ◦ green 173 ◦ blue 243

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

Shades of Melrose #C2ADF3

Tints of Melrose #C2ADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.84%

R = 31.8%
G = 28.36%
B = 39.84%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2ADF3 (or 0xC2ADF3) is known color: Melrose. HEX triplet: C2, AD and F3. RGB value is (194,173,243). Sum of RGB (Red+Green+Blue) = 194+173+243=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF3 is #3D520C. Grayscale: #BABABA. Windows color (decimal): -4018701 or 15969730. OLE color: 15969730.

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

Color convert

RGB 194 173 243 -
CMYK 0.20 0.29 0 0.05
HSL 258º 0.74% 0.82% -
HSV(B) 258º 0.29% 0.95% -
XYZ 53.37 47.83 91.21 -
YUV 187.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 194 173 243 0.20 0.29 0 0.05 258 0.74 0.82
Hex C2 AD F3 14 1D 0 5 102 4A 52
Octal 302 255 363 24 35 0 5 402 112 122
Binary 11000010 10101101 11110011 10100 11101 0 101 100000010 1001010 1010010

Color Harmonies of #C2ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADF3

Black with #C2ADF3

Text Example


Text Example

White with #C2ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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