Html Css Color HEX #C1ADFA Melrose

📋 copy color: '#C1ADFA'

red 193 ◦ green 173 ◦ blue 250

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

Shades of Melrose #C1ADFA

Tints of Melrose #C1ADFA

RGB

 RED value IS 193 (75.78% from 255) = 31.33%

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

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

R = 31.33%
G = 28.08%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1ADFA (or 0xC1ADFA) is known color: Melrose. HEX triplet: C1, AD and FA. RGB value is (193,173,250). Sum of RGB (Red+Green+Blue) = 193+173+250=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFA is #3E5205. Grayscale: #BBBBBB. Windows color (decimal): -4084230 or 16428481. OLE color: 16428481.

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

Color convert

RGB 193 173 250 -
CMYK 0.23 0.31 0 0.02
HSL 255.58º 0.89% 0.83% -
HSV(B) 255.58º 0.31% 0.98% -
XYZ 54.19 48.13 96.88 -
YUV 187.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 193 173 250 0.23 0.31 0 0.02 255.58 0.89 0.83
Hex C1 AD FA 17 1F 0 2 100 59 53
Octal 301 255 372 27 37 0 2 400 131 123
Binary 11000001 10101101 11111010 10111 11111 0 10 100000000 1011001 1010011

Color Harmonies of #C1ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADFA

Black with #C1ADFA

Text Example


Text Example

White with #C1ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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